org.mindswap.exceptions
Class PreconditionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.mindswap.exceptions.ExecutionException
                  extended by org.mindswap.exceptions.PreconditionException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
MultipleSatisfiedPreconditionException, UnsatisfiedPreconditionException

public abstract class PreconditionException
extends ExecutionException

Author:
Evren Sirin
See Also:
Serialized Form

Constructor Summary
PreconditionException(Process process, Condition condition)
           
 
Method Summary
 Condition getCondition()
           
 Process getProcess()
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PreconditionException

public PreconditionException(Process process,
                             Condition condition)
Method Detail

getProcess

public Process getProcess()

getCondition

public Condition getCondition()


Copyright © 2004 Evren Sirin. All Rights Reserved.