|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException java.lang.IllegalArgumentException de.fhg.igd.gps.NMEA183SentenceFormatException
Thrown to indicate that the application attempted to convert a
String
to one of the NMEA183Sentences, but that the
String
does not have the appropriate format.
Field Summary |
Fields inherited from class java.lang.RuntimeException |
|
Fields inherited from class java.lang.Throwable |
|
Constructor Summary | |
NMEA183SentenceFormatException()
Constructs a new NMEA183SentenceFormatException with no
detail message. |
|
NMEA183SentenceFormatException(String message)
Constructs a new NMEA183SentenceFormatException with the
specified detail message. |
|
NMEA183SentenceFormatException(String sentence,
int index,
String value)
Constructs a new NMEA183SentenceFormatException with a
detail message generated according to the specified arguments. |
|
NMEA183SentenceFormatException(String sentence,
String field,
String value)
Constructs a new NMEA183SentenceFormatException with a
detail message generated according to the specified arguments. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public NMEA183SentenceFormatException()
NMEA183SentenceFormatException
with no
detail message.
public NMEA183SentenceFormatException(String message)
NMEA183SentenceFormatException
with the
specified detail message.
message
- the detail messagepublic NMEA183SentenceFormatException(String sentence, String field, String value)
NMEA183SentenceFormatException
with a
detail message generated according to the specified arguments.
sentence
- the sentence that raised this exceptionfield
- the field that contains the value that could
not be convertedvalue
- the value that could not be convertedpublic NMEA183SentenceFormatException(String sentence, int index, String value)
NMEA183SentenceFormatException
with a
detail message generated according to the specified arguments.
sentence
- the sentence that raised this exceptionindex
- the index of the field that contains the value that could
not be convertedvalue
- the value that could not be converted
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |