Package org.cristalise.kernel.scripting
Class ScriptErrorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.cristalise.kernel.common.CriseVertxException
org.cristalise.kernel.scripting.ScriptErrorException
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.cristalise.kernel.common.CriseVertxException
CriseVertxException.FailureCodes -
Constructor Summary
ConstructorsConstructorDescriptionConstructs ansciptingEngineExceptionwith the specified detail message.ScriptErrorException(String message, Throwable throwable) ScriptErrorException(Throwable throwable) ScriptErrorException(ErrorInfo errors) -
Method Summary
Methods inherited from class org.cristalise.kernel.common.CriseVertxException
convertFutureException, convertThrowable, convertToDebugInfo, failService, failService, getDebugInfo, getServiceDebugInfo, toServiceException, toServiceExceptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ScriptErrorException
public ScriptErrorException() -
ScriptErrorException
Constructs ansciptingEngineExceptionwith the specified detail message.- Parameters:
msg- the detail message.
-
ScriptErrorException
-
ScriptErrorException
-
ScriptErrorException
-
-
Method Details
-
getErrors
-