|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.bbn.openmap.io.FormatException
com.bbn.openmap.io.InvalidCharException
public class InvalidCharException
An invalid character occurred 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 |
|
| Method Summary |
|---|
| 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 encountered
public 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 | |||||||||