oracle.xml.classgen
Class InvalidContentException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--oracle.xml.classgen.InvalidContentException

public class InvalidContentException
extends java.lang.Exception

Definition of InvalidContentException thrown by DTDClassGenerator

See Also:
Serialized Form

Constructor Summary
InvalidContentException()
           
InvalidContentException(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

InvalidContentException

public InvalidContentException()

InvalidContentException

public InvalidContentException(java.lang.String s)