org.placelab.demo.mapview
Class SectionedFileFormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.placelab.demo.mapview.SectionedFileFormatException
- All Implemented Interfaces:
- java.io.Serializable
- public class SectionedFileFormatException
- extends java.lang.Exception
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
MALFORMED_LINE_ERROR
public static java.lang.String MALFORMED_LINE_ERROR
MISSING_EQUAL_ERROR
public static java.lang.String MISSING_EQUAL_ERROR
BAD_SECTION_NAME_ERROR
public static java.lang.String BAD_SECTION_NAME_ERROR
SectionedFileFormatException
public SectionedFileFormatException(java.lang.String failCode,
int failLine)
SectionedFileFormatException
public SectionedFileFormatException(java.lang.String failCode,
int failLine,
java.lang.String message)
failCode
public java.lang.String failCode()
failLine
public int failLine()
getMessage
public java.lang.String getMessage()