|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
tecgraf.javautils.parsers.exception.MalformedInputException
public class MalformedInputException
Exceção de má formação no parser.
| Constructor Summary | |
|---|---|
MalformedInputException(int lineNumber,
String message)
Construtor. |
|
MalformedInputException(int lineNumber,
String message,
Throwable cause)
Construtor. |
|
MalformedInputException(int lineNumber,
Throwable cause)
Construtor. |
|
| Method Summary | |
|---|---|
int |
getLineNumber()
Consulta o número da linha |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MalformedInputException(int lineNumber,
String message)
lineNumber - linhamessage - mensagem
public MalformedInputException(int lineNumber,
Throwable cause)
lineNumber - linhacause - causa
public MalformedInputException(int lineNumber,
String message,
Throwable cause)
lineNumber - linhamessage - mensagemcause - causa| Method Detail |
|---|
public int getLineNumber()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||