javax.jmi.reflect
Class TypeMismatchException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by javax.jmi.reflect.JmiException
                  extended by javax.jmi.reflect.TypeMismatchException
All Implemented Interfaces:
java.io.Serializable

public class TypeMismatchException
extends JmiException
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.jmi.reflect.JmiException
elementInError, objectInError
 
Constructor Summary
TypeMismatchException(java.lang.Class expectedType, java.lang.Object objectInError, RefObject elementInError)
           
TypeMismatchException(java.lang.Class expectedType, java.lang.Object objectInError, RefObject elementInError, java.lang.String msg)
           
 
Method Summary
 java.lang.Class getExpectedType()
           
 
Methods inherited from class javax.jmi.reflect.JmiException
getElementInError, getObjectInError
 
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

TypeMismatchException

public TypeMismatchException(java.lang.Class expectedType,
                             java.lang.Object objectInError,
                             RefObject elementInError)

TypeMismatchException

public TypeMismatchException(java.lang.Class expectedType,
                             java.lang.Object objectInError,
                             RefObject elementInError,
                             java.lang.String msg)
Method Detail

getExpectedType

public java.lang.Class getExpectedType()