Package scriptella.driver.velocity
Class VelocityProviderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
scriptella.core.SystemException
scriptella.spi.ProviderException
scriptella.driver.velocity.VelocityProviderException
- All Implemented Interfaces:
Serializable
Thrown by Velocity Provider to indicate velocity failure.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionVelocityProviderException(String message) VelocityProviderException(String message, Throwable cause) -
Method Summary
Modifier and TypeMethodDescriptionOverriden by subclasses to provide user friendly provider name.Methods inherited from class scriptella.spi.ProviderException
addErrorCode, getErrorCodes, getErrorStatement, getNativeException, setErrorStatement, toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
VelocityProviderException
public VelocityProviderException() -
VelocityProviderException
-
VelocityProviderException
-
VelocityProviderException
-
-
Method Details
-
getProviderName
Description copied from class:ProviderExceptionOverriden by subclasses to provide user friendly provider name.- Specified by:
getProviderNamein classProviderException- Returns:
- provider name.
-