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

public static class XsltPostProcessor.ResourceLoadingException extends Exception
Checked failure raised by a caller-supplied external resource loader.
See Also:
  • Constructor Details

    • ResourceLoadingException

      public ResourceLoadingException(String message)
      Creates a resource-loading failure.
      Parameters:
      message - Failure description.
    • ResourceLoadingException

      public ResourceLoadingException(String message, Throwable cause)
      Creates a resource-loading failure with its cause.
      Parameters:
      message - Failure description.
      cause - Underlying cause.