org.sblim.cimclient.internal.cimxml
Class CIMXMLParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.sblim.cimclient.internal.cimxml.CIMXMLParseException
All Implemented Interfaces:
Serializable

public class CIMXMLParseException
extends IOException

Class CIMXMLParseException is used by the CIM-XML DOM parser.

See Also:
Serialized Form

Constructor Summary
CIMXMLParseException()
          Ctor.
CIMXMLParseException(String reason)
          Ctor.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CIMXMLParseException

public CIMXMLParseException()
Ctor.


CIMXMLParseException

public CIMXMLParseException(String reason)
Ctor.

Parameters:
reason -


Copyright © 2005, 2009 IBM Corporation. All Rights Reserved.