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
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 |
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.StringaCode
- java.lang.StringaMessage
- java.lang.String