com.bigbross.bossa.wfnet
Class EvaluationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.bigbross.bossa.BossaException
              extended bycom.bigbross.bossa.wfnet.EvaluationException
All Implemented Interfaces:
Serializable

public class EvaluationException
extends BossaException

This exception is thrown if an error occours while evaluating an expression.

Author:
BigBross Team
See Also:
Serialized Form

Constructor Summary
EvaluationException()
          See BossaException.BossaException().
EvaluationException(String message)
          See BossaException.BossaException(String).
EvaluationException(String message, Throwable cause)
          See BossaException.BossaException(String, Throwable).
EvaluationException(Throwable cause)
          See BossaException.BossaException(Throwable).
 
Methods inherited from class com.bigbross.bossa.BossaException
getCause, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EvaluationException

public EvaluationException()
See BossaException.BossaException().

See Also:
BossaException.BossaException()

EvaluationException

public EvaluationException(String message)
See BossaException.BossaException(String).

See Also:
BossaException.BossaException(String)

EvaluationException

public EvaluationException(String message,
                           Throwable cause)
See BossaException.BossaException(String, Throwable).

See Also:
BossaException.BossaException(String, Throwable)

EvaluationException

public EvaluationException(Throwable cause)
See BossaException.BossaException(Throwable).

See Also:
BossaException.BossaException(Throwable)


Copyright © 2003,2004 OpenBR Sistemas S/C Ltda.