Matra DTD Parser 0.8b

com.conradroche.matra.exception
Class DTDException

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

public class DTDException
extends Exception

Parent class for all exception classes in Matra.

Author:
Conrad Roche
See Also:
Serialized Form

Constructor Summary
DTDException()
          DTDException constructor.
DTDException(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(String s)
DTDException constructor.
Parameters:
s - java.lang.String

Matra DTD Parser 0.8b