public class InvalidCharException extends FormatException
Modifier and Type | Field and Description |
---|---|
char |
c
the invalid character that we found
|
Constructor and Description |
---|
InvalidCharException(char val)
Construct an object with no detail message
|
InvalidCharException(java.lang.String s,
char val)
Construct an object with a detail message
|
getRootCause, printStackTrace, printStackTrace, printStackTrace
public InvalidCharException(char val)
val
- the character encounteredpublic InvalidCharException(java.lang.String s, char val)
s
- the detail messageval
- the character encounteredCopyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details