|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
nenok.lc.LCException
nenok.parser.ParserException
public class ParserException
Exceptions that are thrown during the parsing process.
Constructor Summary | |
---|---|
ParserException(String message)
Constructor: |
|
ParserException(String message,
Throwable cause)
Constructor: |
|
ParserException(Throwable cause)
Constructor: |
Method Summary |
---|
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 ParserException(String message)
message
- The exception message.public ParserException(String message, Throwable cause)
message
- The exception message.cause
- The (prior) exception to be wrapped.public ParserException(Throwable cause)
cause
- The (prior) exception to be wrapped.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |