public class ScriptEvaluationException extends Exception
Constructor and Description |
---|
ScriptEvaluationException(Throwable cause)
Creates a new exception with the specified cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ScriptEvaluationException(Throwable cause)
cause
- The cause, may be null
.Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.