public class MalformedInputException extends Exception
| Constructor and Description |
|---|
MalformedInputException(int lineNumber,
String message)
Construtor.
|
MalformedInputException(int lineNumber,
String message,
Throwable cause)
Construtor.
|
MalformedInputException(int lineNumber,
Throwable cause)
Construtor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getLineNumber()
Consulta o número da linha
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MalformedInputException(int lineNumber,
String message)
lineNumber - linhamessage - mensagempublic MalformedInputException(int lineNumber,
Throwable cause)
lineNumber - linhacause - causaCopyright © 2014–2016 Tecgraf/PUC-Rio. All rights reserved.