Package org.webharvest.exception
Class ScriptEngineException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.webharvest.exception.BaseException
-
- org.webharvest.exception.ScriptEngineException
-
- All Implemented Interfaces:
Serializable
public class ScriptEngineException extends BaseException
Script engine exception - thrown when there is a problem with a script engine itself, not a script source. E.g. cannot instantiate script engine class, etc.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ScriptEngineException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ScriptEngineException
public ScriptEngineException(Throwable cause)
-
-