Class DTDReader.DTDReaderException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--DTDReader.DTDReaderException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
DTDReader

public class DTDReader.DTDReaderException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
DTDReader.DTDReaderException(java.lang.Exception e)
           
DTDReader.DTDReaderException(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

DTDReader.DTDReaderException

public DTDReader.DTDReaderException(java.lang.String s)

DTDReader.DTDReaderException

public DTDReader.DTDReaderException(java.lang.Exception e)