com.ibm.rational.test.lt.kernel.action
Class ActionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
com.ibm.rational.test.lt.kernel.action.ActionException
- All Implemented Interfaces:
- Serializable
public class ActionException
- extends IllegalStateException
Invalid action state.
Action exceptions occur when a call is made to an action that is
in a state where this action does not make sense (e.g., calling
finish()
on an action that was never executed).
This exception is a run-time exception only.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ActionException
public ActionException(String msg)
ActionException
public ActionException()
© Copyright IBM Corp. 2012. All rights reserved.