|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
jet.JException
jet.JCException
jet.cs.CanceledException
public class CanceledException
Nested Class Summary |
---|
Nested classes/interfaces inherited from class jet.JException |
---|
jet.JException.LogLevel |
Constructor Summary | |
---|---|
CanceledException(int msgKey)
Constructs a new CanceledException with the specified index message. |
|
CanceledException(int msgKey,
java.lang.Object[] params,
java.lang.Throwable cause)
Constructs a new CanceledException with the specified message Key and cause. |
|
CanceledException(int msgKey,
java.lang.Throwable cause)
Constructs a new CanceledException with the specified index message and cause. |
|
CanceledException(java.lang.String message)
Constructs a new CanceledException with the detail message. |
|
CanceledException(java.lang.String message,
java.lang.Object source)
Constructs a new CanceledException with the message and the source that throws this exception. |
|
CanceledException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new CanceledException with the specified detail message and cause. |
Method Summary | |
---|---|
java.lang.Object |
getSource()
Returns the source that throws this exception. |
Methods inherited from class jet.JCException |
---|
getErrorKey |
Methods inherited from class jet.JException |
---|
getMessages, getThrowables, logTrace |
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 |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CanceledException(java.lang.String message, java.lang.Object source)
message
- The message.source
- The source that throws this exception. Normally the source is a
login dialog box or a parameter dialog box.public CanceledException(int msgKey, java.lang.Object[] params, java.lang.Throwable cause)
msgKey
- The message key in strJError, which is for finding the message and will
be logged and shown to the user.params
- The parameters used for formatting the message string, and it can be
null.cause
- The cause (which is saved for later retrieval by the getCause).public CanceledException(int msgKey, java.lang.Throwable cause)
msgKey
- The message key in StrJError, which is for finding the message and will
be logged and shown to the user.cause
- The cause (which is saved for later retrieval by the
getCause).public CanceledException(int msgKey)
msgKey
- The message key in strJError, which is for finding the message and will
be logged and shown to the user.public CanceledException(java.lang.String message, java.lang.Throwable cause)
message
- The detail message, which will be logged and shown to the user.cause
- The cause (which is saved for later retrieval by the
getCause).public CanceledException(java.lang.String message)
message
- The detail message, which will be logged and shown to the user.Method Detail |
---|
public java.lang.Object getSource()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |