org.outerj.xreporter.datatype
Class UnknownDataTypeIdException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.outerj.xreporter.datatype.UnknownDataTypeIdException
All Implemented Interfaces:
java.io.Serializable

public class UnknownDataTypeIdException
extends java.lang.Exception

See Also:
Serialized Form

Field Summary
protected  java.lang.String id
           
 
Constructor Summary
UnknownDataTypeIdException(java.lang.String id)
           
 
Method Summary
 java.lang.String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

id

protected java.lang.String id
Constructor Detail

UnknownDataTypeIdException

public UnknownDataTypeIdException(java.lang.String id)
Method Detail

getMessage

public java.lang.String getMessage()