com.icl.saxon.trax
Class ProcessorFactoryException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.xml.sax.SAXException
                    |
                    +--com.icl.saxon.trax.ProcessorFactoryException
All Implemented Interfaces:
java.io.Serializable

public class ProcessorFactoryException
extends org.xml.sax.SAXException

The ProcessorFactoryException is a type of ProcessorException that is thrown when a configurable factory object can not be created.

Open issues:

No open issues are known for this class

See Also:
Serialized Form

Constructor Summary
ProcessorFactoryException(java.lang.String message, java.lang.Exception e)
          Create a new ProcessorFactoryException from an existing exception.
 
Methods inherited from class org.xml.sax.SAXException
getException, getMessage, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProcessorFactoryException

public ProcessorFactoryException(java.lang.String message,
                                 java.lang.Exception e)
Create a new ProcessorFactoryException from an existing exception.
Parameters:
message - The detail message.
e - The exception to be wrapped in a SAXException.
See Also:
SAXException