|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
wt.util.WTException
com.ptc.windchill.instassm.ReleaseIdException
For ReleaseId specific exceptions.
Field Summary |
Fields inherited from class wt.util.WTException |
GETMESSAGE_LINE_SEPARATOR, LINE_SEPARATOR, SPACE_SEPARATOR, TOSTRING_LINE_SEPARATOR |
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
Constructor Summary | |
ReleaseIdException(Exception ex)
Construct a ReleaseIdException wrapper for another exception. |
|
ReleaseIdException(Exception ex,
String message)
Constract a ReleaseIdException wrapper for an exception with a non-localizable message. |
|
ReleaseIdException(Exception ex,
String resource_bundle_name,
String message_key,
Object[] params)
Construct a localizable ReleaseIdException with embedded exception. |
|
ReleaseIdException(String message)
Constructs a ReleaseIdException with a non-localizable message |
|
ReleaseIdException(String resource_bundle_name,
String message_key,
Object[] params)
Constructs a localizable ReleaseIdException |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getMessage, getStackTrace, initCause, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ReleaseIdException(String message)
message
- String - non-localizable textpublic ReleaseIdException(String resource_bundle_name, String message_key, Object[] params)
resource_bundle_name
- String - naming the resource bundle to useparams
- Object[] - array of values to substitute into the message.public ReleaseIdException(Exception ex)
ex
- Exception - the original culprit causing the exceptionpublic ReleaseIdException(Exception ex, String message)
ex
- Exception - the original culprit causing the exceptionmessage
- String - non-localizable textpublic ReleaseIdException(Exception ex, String resource_bundle_name, String message_key, Object[] params)
ex
- Exception - the original culprit causing the exceptionresource_bundle_name
- String - naming the resource bundle to useparams
- Object[] - array of values to substitute into the message.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |