|
XCMS Toolkit | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
jtools.VisitorException
public class VisitorException
Encapsulates a general value visitor error or warning.
| Constructor Summary | |
|---|---|
VisitorException(java.lang.Exception e)
Constructor for VisitorException with an error
or warning Exception parameter. |
|
VisitorException(java.lang.String message)
Constructor for VisitorException with
message parameter. |
|
VisitorException(java.lang.String message,
java.lang.Exception e)
Constructor for VisitorException with a
message and an error or warning Exception parameter. |
|
| Method Summary |
|---|
| 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 VisitorException(java.lang.String message)
VisitorException with
message parameter.
message - an error or warning messagepublic VisitorException(java.lang.Exception e)
VisitorException with an error
or warning Exception parameter.
A new exception is created for wrapping an existing
exception. The existing exception will be embedded in
this new one, and its message will become the default
message for the VisitorException.
e - an exception to be wrapped in a VisitorException
public VisitorException(java.lang.String message,
java.lang.Exception e)
VisitorException with a
message and an error or warning Exception parameter.
A new exception is created from an existing exception, which will be embedded in this new one, but the new exception will have its own message.
message - a detail message about an exceptione - an exception to be wrapped in a VisitorException
|
XCMS Toolkit | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||