com.oakgrovesystems.mediation
Class CanNotEvaluateConditionException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.oakgrovesystems.mediation.CanNotEvaluateConditionException
All Implemented Interfaces:
java.io.Serializable

public class CanNotEvaluateConditionException
extends java.lang.Exception

A subclass of Exception thrown when a Condition can not be evaluated.

Author:
Craig VIeregg
See Also:
Serialized Form

Constructor Summary
CanNotEvaluateConditionException()
          Creates a new CanNotEvaluateConditionException.
CanNotEvaluateConditionException(java.lang.String detailMessage)
          Creates a new CanNotEvaluateConditionException with the specified detail message.
 
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

CanNotEvaluateConditionException

public CanNotEvaluateConditionException()
Creates a new CanNotEvaluateConditionException.


CanNotEvaluateConditionException

public CanNotEvaluateConditionException(java.lang.String detailMessage)
Creates a new CanNotEvaluateConditionException with the specified detail message.

Parameters:
detailMessage - The message providing additional information about the exceptional condition.


Copyright (c) 1999-2004 Oak Grove Systems. All Rights Reserved.