|
Services Builder for Screens | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--com.attachmate.nav.engine.NavException | +--com.attachmate.nav.engine.ScriptedStepException | +--com.attachmate.sc.ssa.UserScriptException
This exception should be used to wrap any exception that occurs in script code and thrown from the script code. If thrown from script code the message in the exception will be logged as a user error.
Constructor Summary | |
UserScriptException()
Constructs a new UserScriptException with no message text. |
|
UserScriptException(java.lang.String message)
Constructs a new UserScriptException with the specified message. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public UserScriptException()
UserScriptException
with no message text.
public UserScriptException(java.lang.String message)
UserScriptException
with the specified message.
message
- detail message text
|
Services Builder for Screens | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |