org.nodal.util
Class PropertyTypeMismatch

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.nodal.util.PropertyConstraintFailure
                  extended byorg.nodal.util.PropertyTypeMismatch
All Implemented Interfaces:
java.io.Serializable

public class PropertyTypeMismatch
extends PropertyConstraintFailure

Author:
Lee Iverson
See Also:
Serialized Form

Constructor Summary
PropertyTypeMismatch(java.lang.Object v, Type t, java.lang.String msg)
           
PropertyTypeMismatch(Type t, java.lang.String msg)
           
 
Method Summary
 java.lang.Object getProperty()
           
 Type getPropertyType()
           
 
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

PropertyTypeMismatch

public PropertyTypeMismatch(java.lang.Object v,
                            Type t,
                            java.lang.String msg)

PropertyTypeMismatch

public PropertyTypeMismatch(Type t,
                            java.lang.String msg)
Method Detail

getProperty

public java.lang.Object getProperty()

getPropertyType

public Type getPropertyType()