org.baswell.easybeans
Class InvalidEasyBeanOpenType

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.baswell.easybeans.InvalidEasyBeanOpenType
All Implemented Interfaces:
java.io.Serializable

public class InvalidEasyBeanOpenType
extends java.lang.RuntimeException

Thrown when a Type cannot be mapped to an OpenType.

See Also:
Serialized Form

Field Summary
 java.lang.reflect.Type openTypeClass
          The type that caused this exception.
 
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
 

Field Detail

openTypeClass

public final java.lang.reflect.Type openTypeClass
The type that caused this exception.