org.nodal.type
Class Restriction.CreationFailure

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.nodal.type.Restriction.CreationFailure
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Restriction

public static class Restriction.CreationFailure
extends java.lang.Exception

An error class that may be thrown when a Restriction cannot be constructed.

See Also:
Serialized Form

Constructor Summary
Restriction.CreationFailure(java.lang.String msg)
           
Restriction.CreationFailure(java.lang.String msg, java.lang.Exception e)
           
 
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

Restriction.CreationFailure

public Restriction.CreationFailure(java.lang.String msg)

Restriction.CreationFailure

public Restriction.CreationFailure(java.lang.String msg,
                                   java.lang.Exception e)