|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
net.sf.sasl.language.placeholder.syntax.ParseException
public class ParseException
Exception class for all "errors" that can occur during parsing.
| Constructor Summary | |
|---|---|
ParseException()
Creates a default parse exception without specific details about the occurred error. |
|
ParseException(String message)
Creates a parse exception with the given error detail message. |
|
ParseException(String message,
Throwable cause)
Creates a parse exception with the given error detail message and given cause that caused the exception. |
|
ParseException(Throwable cause)
Creates a parse exception that was caused because of the given cause. |
|
| 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 ParseException()
public ParseException(String message)
message - null or non nullpublic ParseException(Throwable cause)
cause - null or non null.
public ParseException(String message,
Throwable cause)
message - null or non nullcause - null or non null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||