org.dmdf.dmt
Class DMTSchemaNotMatchException

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

public class DMTSchemaNotMatchException
extends DMTException

Author:
Steven Wang

This exception indicates you try to decode an encoded object with different DMTSchema

See Also:
Serialized Form

Constructor Summary
DMTSchemaNotMatchException()
           
DMTSchemaNotMatchException(java.lang.String message)
           
DMTSchemaNotMatchException(java.lang.String message, java.lang.Throwable cause)
           
DMTSchemaNotMatchException(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

DMTSchemaNotMatchException

public DMTSchemaNotMatchException()

DMTSchemaNotMatchException

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

DMTSchemaNotMatchException

public DMTSchemaNotMatchException(java.lang.String message)

DMTSchemaNotMatchException

public DMTSchemaNotMatchException(java.lang.Throwable cause)


Copyright © 2005 org.dmdt. All Rights Reserved.