org.xmlcml.cml
Class CMLException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.xmlcml.cml.CMLException

public class CMLException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
CMLException()
           
CMLException(java.lang.String s)
           
 
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

CMLException

public CMLException()

CMLException

public CMLException(java.lang.String s)