com.conradroche.matra.exception
Class DTDException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.conradroche.matra.exception.DTDException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
DTDSyntaxException

public class DTDException
extends java.lang.Exception

CR: TODO: Add javadoc for DTDException

Author:
Conrad Roche
See Also:
Serialized Form

Constructor Summary
DTDException()
          DTDException constructor.
DTDException(java.lang.String s)
          DTDException constructor.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DTDException

public DTDException()
DTDException constructor.

DTDException

public DTDException(java.lang.String s)
DTDException constructor.
Parameters:
s - java.lang.String