com.bea.schema
Class SOMDTDException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.bea.schema.SOMDTDException
All Implemented Interfaces:
Serializable

public class SOMDTDException
extends Exception

This class describes an error found during a DTD translation procedure.

See Also:
Serialized Form

Constructor Summary
SOMDTDException(String message)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SOMDTDException

public SOMDTDException(String message)