public class ScriptException
extends Exception
Indicates an error while processing a script.
| Constructor and description |
|---|
ScriptException()Creates a script exception with no detail message. |
ScriptException(String message)Creates a script exception with the supplied detail message. |
ScriptException(String message, Throwable cause)Creates a script exception with the supplied detail message and cause. |
ScriptException(Throwable cause)Creates a script exception with the supplied cause. |
| Methods inherited from class | Name |
|---|---|
class Exception |
addSuppressed, equals, fillInStackTrace, getCause, getClass, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, hashCode, initCause, notify, notifyAll, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString, wait, wait, wait |
Creates a script exception with no detail message.
Creates a script exception with the supplied detail message.
message - the detail messageCreates a script exception with the supplied detail message and cause.
message - the detail messagecause - the underlying causeCreates a script exception with the supplied cause.
cause - the underlying causeCopyright © 2003-2026 The Apache Software Foundation. All rights reserved.