public class ActionException extends IllegalStateException
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.
Constructor and Description |
---|
ActionException() |
ActionException(String msg) |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ActionException(String msg)
public ActionException()
© Copyright IBM Corp. 2013. All rights reserved.