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