org.nodal.util
Class ConstraintFailure

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.nodal.util.ConstraintFailure
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
TypeConstraintFailure

public class ConstraintFailure
extends java.lang.Exception

Signals the failure of some data constraint.

Author:
Lee Iverson
See Also:
Serialized Form

Constructor Summary
ConstraintFailure(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

ConstraintFailure

public ConstraintFailure(java.lang.String msg)