Public Member Functions

alma.acs.genfw.runtime.sm.AcsStateActionException Class Reference

Inherits java::lang::Exception.

List of all members.

Public Member Functions

 AcsStateActionException ()
 AcsStateActionException (String message)
 AcsStateActionException (Throwable cause)
 AcsStateActionException (String message, Throwable cause)

Detailed Description

Exception that can be thrown by a user-supplied action method called by the state machine.

Todo: move out of this package once we have general ACS state machine generation set up.

Author:
hsommer created Apr 27, 2004 5:37:39 PM

Constructor & Destructor Documentation

alma.acs.genfw.runtime.sm.AcsStateActionException.AcsStateActionException (  ) 
alma.acs.genfw.runtime.sm.AcsStateActionException.AcsStateActionException ( String  message  ) 
Parameters:
message 
alma.acs.genfw.runtime.sm.AcsStateActionException.AcsStateActionException ( Throwable  cause  ) 
Parameters:
cause 
alma.acs.genfw.runtime.sm.AcsStateActionException.AcsStateActionException ( String  message,
Throwable  cause 
)
Parameters:
message 
cause 

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties