com.ibm.dse.cs.xml
Class DSENoRegisteredXmlProcessorException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.ibm.dse.base.DSEException
                    |
                    +--com.ibm.dse.clientserver.DSENoRegisteredPresentationHandlerException
                          |
                          +--com.ibm.dse.cs.xml.DSENoRegisteredXmlProcessorException

public class DSENoRegisteredXmlProcessorException
extends DSENoRegisteredPresentationHandlerException

This exception is thrown when no valid Xml processor (parser) is specified in the server dse.ini file for the device

See Also:
Serialized Form

Fields inherited from class com.ibm.dse.base.DSEException
critical, harmless
 
Constructor Summary
DSENoRegisteredXmlProcessorException(java.lang.String aMessage)
          DSENoRegisteredXmlProcessorException constructor.
DSENoRegisteredXmlProcessorException(java.lang.String aSeverity, java.lang.String aCode, java.lang.String aMessage)
          DSENoRegisteredXmlProcessorException constructor.
 
Methods inherited from class com.ibm.dse.base.DSEException
getClassName, getCode, getMethodName, getSeverity, setClassName, setCode, setMethodName, setSeverity
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DSENoRegisteredXmlProcessorException

public DSENoRegisteredXmlProcessorException(java.lang.String aMessage)
DSENoRegisteredXmlProcessorException constructor.
Parameters:
aMessage - java.lang.String

DSENoRegisteredXmlProcessorException

public DSENoRegisteredXmlProcessorException(java.lang.String aSeverity,
                                            java.lang.String aCode,
                                            java.lang.String aMessage)
DSENoRegisteredXmlProcessorException constructor.
Parameters:
aSeverity - java.lang.String
aCode - java.lang.String
aMessage - java.lang.String