|
|||||||||||
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.upgrade.history.IUHException
For wt.util.version specific exceptions.
WTException
,
Serialized FormField 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 | |
IUHException(Exception ex)
Construct a IUHException wrapper for another exception. |
|
IUHException(Exception ex,
String message)
Constract a IUHException wrapper for an exception with a non-localizable message. |
|
IUHException(Exception ex,
String resource_bundle_name,
String key,
Object[] params)
Construct a localizable IUHException with embedded exception. |
|
IUHException(String message)
Constructs a IUHException with a non-localizable message |
|
IUHException(String resource_bundle_name,
String key,
Object[] params)
Constructs a localizable IUHException |
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 IUHException(String message)
message
- String - non-localizable textWTException
public IUHException(String resource_bundle_name, String key, Object[] params)
resource_bundle_name
- String - naming the resource bundle to usekey
- String - used as an index into the ResourceBundleparams
- Object[] - array of values to substitute into the message.WTException
public IUHException(Exception ex)
ex
- Exception - the original culprit causing the exceptionWTException
public IUHException(Exception ex, String message)
ex
- Exception - the original culprit causing the exceptionmessage
- String - non-localizable textWTException
public IUHException(Exception ex, String resource_bundle_name, String key, Object[] params)
ex
- Exception - the original culprit causing the exceptionresource_bundle_name
- String - naming the resource bundle to usekey
- String - used as an index into the ResourceBundleparams
- Object[] - array of values to substitute into the message.WTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |