org.ckkloverdos.util
Class UnsatisfiedConditionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.ckkloverdos.util.UnsatisfiedConditionException
All Implemented Interfaces:
java.io.Serializable

public class UnsatisfiedConditionException
extends java.lang.RuntimeException

Exception designating an unsatisfied condition.

Author:
Christos KK Loverdos
See Also:
Serialized Form

Constructor Summary
UnsatisfiedConditionException()
           
UnsatisfiedConditionException(java.lang.String message)
           
UnsatisfiedConditionException(java.lang.String message, java.lang.Throwable cause)
           
UnsatisfiedConditionException(java.lang.Throwable cause)
           
 
Method Summary
 
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

UnsatisfiedConditionException

public UnsatisfiedConditionException()

UnsatisfiedConditionException

public UnsatisfiedConditionException(java.lang.String message)

UnsatisfiedConditionException

public UnsatisfiedConditionException(java.lang.Throwable cause)

UnsatisfiedConditionException

public UnsatisfiedConditionException(java.lang.String message,
                                     java.lang.Throwable cause)


Copyright © 1999-2007 Christos KK Loverdos. All Rights Reserved.