|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
jaitools.jiffle.JiffleException
public class JiffleException
Exception class for errors encountered while compiling a script
| Constructor Summary | |
|---|---|
JiffleException(List<String> errors)
Creates a new instance with the given list of messages. |
|
JiffleException(String msg)
Creates a new instance with the given message. |
|
JiffleException(String string,
Throwable thrwbl)
Creates a new instance from the given message and base object. |
|
JiffleException(Throwable thrwbl)
Create a new instance from an incoming exception. |
|
| 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 JiffleException(Throwable thrwbl)
thrwbl - incoming exceptionpublic JiffleException(String msg)
msg - error messagepublic JiffleException(List<String> errors)
jaitools.jiffle.parser.ErrorReporter objects.
errors - list of error messages
public JiffleException(String string,
Throwable thrwbl)
string - error messagethrwbl - base Throwable object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||