edu.washington.cs.supple.customization.state
Class ConditionViolationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byedu.washington.cs.supple.customization.state.ConditionViolationException
All Implemented Interfaces:
java.io.Serializable

public class ConditionViolationException
extends java.lang.Exception

The exception that is thrown when a condition is violated.

Author:
raphael
See Also:
Serialized Form

Constructor Summary
ConditionViolationException(Condition condition)
           
 
Method Summary
 Condition getCondition()
           
 
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

ConditionViolationException

public ConditionViolationException(Condition condition)
Method Detail

getCondition

public Condition getCondition()