Class XsltPostProcessor.ResourceLoadingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.finmath.smartcontracts.representablestate.xml.XsltPostProcessor.ResourceLoadingException
- All Implemented Interfaces:
Serializable
- Enclosing class:
XsltPostProcessor
Checked failure raised by a caller-supplied external resource loader.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionResourceLoadingException(String message) Creates a resource-loading failure.ResourceLoadingException(String message, Throwable cause) Creates a resource-loading failure with its cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ResourceLoadingException
Creates a resource-loading failure.- Parameters:
message- Failure description.
-
ResourceLoadingException
Creates a resource-loading failure with its cause.- Parameters:
message- Failure description.cause- Underlying cause.
-