public class InvalidCharacter extends IOException
| Constructor and Description |
|---|
InvalidCharacter(String filename,
String line,
int lineNumber,
int pos,
char ch) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage()
Returns the detail message string of this throwable.
|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidCharacter(String filename, String line, int lineNumber, int pos, char ch)
public String getMessage()
ThrowablegetMessage in class Throwable