org.placelab.demo.mapview
Class SectionedFileFormatException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.placelab.demo.mapview.SectionedFileFormatException
All Implemented Interfaces:
java.io.Serializable

public class SectionedFileFormatException
extends java.lang.Exception

See Also:
Serialized Form

Field Summary
static java.lang.String BAD_SECTION_NAME_ERROR
           
static java.lang.String MALFORMED_LINE_ERROR
           
static java.lang.String MISSING_EQUAL_ERROR
           
 
Constructor Summary
SectionedFileFormatException(java.lang.String failCode, int failLine)
           
SectionedFileFormatException(java.lang.String failCode, int failLine, java.lang.String message)
           
 
Method Summary
 java.lang.String failCode()
           
 int failLine()
           
 java.lang.String getMessage()
           
 
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
 

Field Detail

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
Constructor Detail

SectionedFileFormatException

public SectionedFileFormatException(java.lang.String failCode,
                                    int failLine)

SectionedFileFormatException

public SectionedFileFormatException(java.lang.String failCode,
                                    int failLine,
                                    java.lang.String message)
Method Detail

failCode

public java.lang.String failCode()

failLine

public int failLine()

getMessage

public java.lang.String getMessage()