Package scriptella.driver.janino
Class JaninoProviderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
scriptella.core.SystemException
scriptella.spi.ProviderException
scriptella.driver.janino.JaninoProviderException
- All Implemented Interfaces:
Serializable
Thrown to indicate Janino failure.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionJaninoProviderException(String message) JaninoProviderException(String message, Throwable cause) JaninoProviderException(Throwable cause) -
Method Summary
Modifier and TypeMethodDescriptionOverriden by subclasses to provide user friendly provider name.setErrorStatement(String errStmt) Sets problem statement which caused this exception/Methods inherited from class scriptella.spi.ProviderException
addErrorCode, getErrorCodes, getErrorStatement, getNativeException, toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
JaninoProviderException
public JaninoProviderException() -
JaninoProviderException
-
JaninoProviderException
-
JaninoProviderException
-
-
Method Details
-
getProviderName
Description copied from class:ProviderExceptionOverriden by subclasses to provide user friendly provider name.- Specified by:
getProviderNamein classProviderException- Returns:
- provider name.
-
setErrorStatement
Description copied from class:ProviderExceptionSets problem statement which caused this exception/- Overrides:
setErrorStatementin classProviderException- Parameters:
errStmt- statement text.- Returns:
- this exception for convenience.
-