org.nodal.util
Class PropertyConstraintFailure

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

public class PropertyConstraintFailure
extends java.lang.RuntimeException

Author:
Lee Iverson
See Also:
Serialized Form

Constructor Summary
PropertyConstraintFailure(java.lang.String msg)
           
 
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

PropertyConstraintFailure

public PropertyConstraintFailure(java.lang.String msg)