|
|||||||||||
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 | +--com.bbn.openmap.io.FormatException | +--com.bbn.openmap.io.InvalidCharException
An invalid character occured on in input stream.
Field Summary | |
char |
c
the invalid character that we found |
Constructor Summary | |
InvalidCharException(char val)
Construct an object with no detail message |
|
InvalidCharException(java.lang.String s,
char val)
Construct an object with a detail message |
Methods inherited from class com.bbn.openmap.io.FormatException |
getRootCause, printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public final char c
Constructor Detail |
public InvalidCharException(char val)
val
- the character encounteredpublic InvalidCharException(java.lang.String s, char val)
s
- the detail messageval
- the character encountered
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |