|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.wm.util.LocalizedException
com.wm.lang.ns.NSException
public class NSException
Constructor Summary | |
---|---|
NSException()
|
|
NSException(java.lang.Class bundleClass,
java.lang.String bundleKey,
java.lang.String sourceId)
Constructs a NSException using the specified parameters as input. |
|
NSException(java.lang.Class bundleClass,
java.lang.String bundleKey,
java.lang.String sourceId,
java.lang.Object[] subs)
Constructs a NSException using the specified parameters as input. |
|
NSException(java.lang.Class bundleClass,
java.lang.String bundleKey,
java.lang.String sourceId,
java.lang.String parameter)
Constructs a NSException using the specified parameters as input. |
|
NSException(java.lang.String msg)
Constructs an NSException with a specified message. |
|
NSException(java.lang.Throwable t)
Constructs an NSException using the specified Throwable object as input. |
Method Summary |
---|
Methods inherited from class com.wm.util.LocalizedException |
---|
getErrorDetails, getLocalizedMessage, getLocalizedMessage, getMessage, getMsgId, getMsgOnly, getMsgOnly, getWrappedException, setErrorDetails |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, 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 NSException()
public NSException(java.lang.String msg)
msg
- A String specifying the detailed error message for this
NSException.public NSException(java.lang.Throwable t)
t
- A Throwable object that contains error information.public NSException(java.lang.Class bundleClass, java.lang.String bundleKey, java.lang.String sourceId, java.lang.String parameter)
bundleClass
- A Class containing the error code and error message.bundleKey
- A String specifying a bundleKey for this Service
Exception.sourceId
- A String specifying a sourceId for this Service
Exceptionpublic NSException(java.lang.Class bundleClass, java.lang.String bundleKey, java.lang.String sourceId)
bundleClass
- A Class containing the error code and error message.bundleKey
- A String specifying a bundleKey for this Service
Exception.sourceId
- A String specifying a sourceId for this Service
Exceptionpublic NSException(java.lang.Class bundleClass, java.lang.String bundleKey, java.lang.String sourceId, java.lang.Object[] subs)
bundleClass
- A Class containing the error code and error message.bundleKey
- A String specifying a bundleKey for this Service
Exception.sourceId
- A String specifying a sourceId for this Service
Exceptionsubs
- An Object array containing substitution values that correspond to
the exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |