public class ScriptBuilderException extends Exception
| Constructor and Description |
|---|
ScriptBuilderException(ErrorReporter err)
Make a new exception.
|
ScriptBuilderException(String msg)
New exception reporting a simple error.
|
ScriptBuilderException(String msg,
Throwable t)
Make an exception that preserve the stack trace.
|
| Modifier and Type | Method and Description |
|---|---|
ErrorReporter |
getErrorReporter()
Get the error reporters.
|
String |
getMessage() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ScriptBuilderException(ErrorReporter err)
err - the object that store the errors.public ScriptBuilderException(String msg)
msg - the error messagepublic ErrorReporter getErrorReporter()
public String getMessage()
getMessage in class ThrowableCopyright © 2016 University of Nice-Sophia Antipolis. All Rights Reserved.