org.mindswap.exceptions
Class UnsatisfiedPreconditionException

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
                      extended by org.mindswap.exceptions.UnsatisfiedPreconditionException
All Implemented Interfaces:
java.io.Serializable

public class UnsatisfiedPreconditionException
extends PreconditionException

Author:
Evren Sirin
See Also:
Serialized Form

Constructor Summary
UnsatisfiedPreconditionException(Process process, Condition condition)
           
 
Method Summary
 java.lang.String getMessage()
           
 
Methods inherited from class org.mindswap.exceptions.PreconditionException
getCondition, getProcess
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnsatisfiedPreconditionException

public UnsatisfiedPreconditionException(Process process,
                                        Condition condition)
Method Detail

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable


Copyright © 2004 Evren Sirin. All Rights Reserved.