Package org.codelibs.fess.exception
Class ScriptEngineException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.codelibs.fess.exception.FessSystemException
org.codelibs.fess.exception.ScriptEngineException
- All Implemented Interfaces:
Serializable
This exception is thrown when a script engine error occurs.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionScriptEngineException(String message) Constructor.ScriptEngineException(String message, Throwable cause) Constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ScriptEngineException
Constructor.- Parameters:
message- The exception message.
-
ScriptEngineException
Constructor.- Parameters:
message- The exception message.cause- The cause of the exception.
-