com.jxml.quick.ocm
Class OCMinvalidException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.xml.sax.SAXException
                    |
                    +--com.jxml.quick.ocm.OCMinvalidException
All Implemented Interfaces:
Serializable

public class OCMinvalidException
extends SAXException

A document was not valid .

See Also:
Serialized Form

Constructor Summary
OCMinvalidException(String message)
           
 
Methods inherited from class org.xml.sax.SAXException
getException, getMessage, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OCMinvalidException

public OCMinvalidException(String message)