|
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.CustomStepException | +--com.attachmate.sc.ssa.UserCustomStepException
This exception should be used to wrap any exception that occures is a custom step and thrown from the custom step code. If thrown from custom step code the message in the exception will be logged as a user error.
Constructor Summary | |
UserCustomStepException()
Construct a new UserCustomStepException with no text |
|
UserCustomStepException(java.lang.String message)
Construct a new UserCustomStepException with the supplied text. |
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 UserCustomStepException()
UserCustomStepException
with no text
public UserCustomStepException(java.lang.String message)
UserCustomStepException
with the supplied text.
message
- the text to insert in the exception.
|
Services Builder for Screens | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |