Novell exteNd
Director 5.2 API

com.sssw.re.exception
Class EboConditionException

java.lang.Object
 |
 +--java.lang.Throwable
       |
       +--java.lang.Exception
             |
             +--com.sssw.fw.exception.EboException
                   |
                   +--com.sssw.re.exception.EboConditionException
All Implemented Interfaces:
EbiParentedException, Serializable

public class EboConditionException
extends EboException

This exception is thrown by the rules engine when a failure to instantiate a condition occurs.

See Also:
Serialized Form

Constructor Summary
EboConditionException()
          Default constructor
EboConditionException(Exception exception)
          Default constructor with embedded exception
EboConditionException(String s)
          Default constructor with message string
EboConditionException(String s, Exception exception)
          Default constructor with embedded exception and message
 
Methods inherited from class com.sssw.fw.exception.EboException
copyTo, getHTML, getMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace, printStackTrace, printStackTrace, setHTML
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EboConditionException

public EboConditionException()
Default constructor

EboConditionException

public EboConditionException(String s)
Default constructor with message string
Parameters:
s - description

EboConditionException

public EboConditionException(Exception exception)
Default constructor with embedded exception
Parameters:
exception - description

EboConditionException

public EboConditionException(String s,
                             Exception exception)
Default constructor with embedded exception and message
Parameters:
s - description
exception - description

Novell exteNd
Director 5.2 API