|
||||||||||
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.ScanException
public class ScanException
Exception class for all "errors" that can occur during code scanning.
Constructor Summary | |
---|---|
ScanException()
Creates a default scan exception without specific details about the occurred error. |
|
ScanException(String message)
Creates a scan exception with the given error detail message. |
|
ScanException(String message,
Throwable throwable)
Creates a parse exception with the given error detail message and given cause that caused the exception. |
|
ScanException(Throwable throwable)
Creates a scan 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 ScanException()
public ScanException(String message)
message
- null or non nullpublic ScanException(Throwable throwable)
throwable
- null or non nullpublic ScanException(String message, Throwable throwable)
message
- null or non nullthrowable
- null or non null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |