com.bigbross.bossa.wfnet
Class SetAttributeException

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

public class SetAttributeException
extends BossaException

This exception is thrown if the underlying expression evaluation system has problems setting an attribute.

Author:
BigBross Team
See Also:
Serialized Form

Constructor Summary
SetAttributeException()
          See BossaException.BossaException().
SetAttributeException(String message)
          See BossaException.BossaException(String).
SetAttributeException(String message, Throwable cause)
          See BossaException.BossaException(String, Throwable).
SetAttributeException(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

SetAttributeException

public SetAttributeException()
See BossaException.BossaException().

See Also:
BossaException.BossaException()

SetAttributeException

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

See Also:
BossaException.BossaException(String)

SetAttributeException

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

See Also:
BossaException.BossaException(String, Throwable)

SetAttributeException

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

See Also:
BossaException.BossaException(Throwable)


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