org.comedia.util.xml
Class CXmlException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.comedia.util.xml.CXmlException
All Implemented Interfaces:
java.io.Serializable

public class CXmlException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
CXmlException(java.lang.String message)
          Creates this exception and assignes message.
 
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

CXmlException

public CXmlException(java.lang.String message)
Creates this exception and assignes message.
Parameters:
message - an exception message.