org.cybertory.MSS
Class XMLUnhandledTypeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.cybertory.MSS.XMLUnhandledTypeException
All Implemented Interfaces:
java.io.Serializable

public class XMLUnhandledTypeException
extends java.lang.Exception

Exception for when an unhandled data type occurs in the parameters for JAI operation.

See Also:
Serialized Form

Field Summary
 java.lang.String typeName
           
 
Constructor Summary
XMLUnhandledTypeException(java.lang.Class type)
           
XMLUnhandledTypeException(java.lang.String typeName)
           
 
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
 

Field Detail

typeName

public final java.lang.String typeName
Constructor Detail

XMLUnhandledTypeException

public XMLUnhandledTypeException(java.lang.Class type)

XMLUnhandledTypeException

public XMLUnhandledTypeException(java.lang.String typeName)