The
XLST Transformation service provides the following exceptions for
throwing exception events.
Java.lang.IllegalAccessExceptionThrown
when an operation attempts to perform an operation or access data
that is not allowed.
Java.net.MalformedURLExceptionThrown when a URL passed to an object is not in a valid
format when an operation runs.
Java.io.IOExceptionThrown to indicate that an I/O problem of some sort occurred
when an operation runs.
Javax.xml.transform.TransformerExceptionThrown when a serious error occurred due to an internal
configuration when an operation runs.
Java.net.URISyntaxExceptionThrown when a string value cannot be parsed as a URI when
an operation runs.
Javax.xml.parsers.ParserConfigurationExceptionThrown when an error occurred while configuring the XML
parser when an operation runs.
Org.xml.sax.SAXExceptionThrown when a generic SAX error or warning occurs when
an operation runs.
Java.lang.ClassNotFoundExceptionThrown when a service or operation cannot be found.
Java.lang.InstantiationExceptionThrown when an attempt is made to use an operation or service
that is not meant to be run.
Java.lang.IllegalAccessExceptionThrown when an operation attempts to perform an operation
or access data that is not allowed.
|
|
|