org.mindswap.exceptions
Class MultipleSatisfiedPreconditionException

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.MultipleSatisfiedPreconditionException
All Implemented Interfaces:
java.io.Serializable

public class MultipleSatisfiedPreconditionException
extends PreconditionException

Author:
Evren Sirin
See Also:
Serialized Form

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

MultipleSatisfiedPreconditionException

public MultipleSatisfiedPreconditionException(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.