org.dmdf.dmt
Class DMTException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.dmdf.dmt.DMTException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
DMTSchemaNotMatchException

public class DMTException
extends java.lang.RuntimeException

Author:
Steven Wang

Most of the exceptions are wrapped in this runtime exception to avoid force user handle all kinds of exceptions which is over kill.

See Also:
Serialized Form

Constructor Summary
DMTException()
           
DMTException(java.lang.String message)
           
DMTException(java.lang.String message, java.lang.Throwable cause)
           
DMTException(java.lang.Throwable cause)
           
 
Method Summary
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DMTException

public DMTException()

DMTException

public DMTException(java.lang.String message,
                    java.lang.Throwable cause)

DMTException

public DMTException(java.lang.String message)

DMTException

public DMTException(java.lang.Throwable cause)


Copyright © 2005 org.dmdt. All Rights Reserved.