|
|||||||||||
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.ius.DirectiveIOException
Thrown for an error during the read or write of an UpdateDirective when the error cannot be handled within the UpdateDirective.
UpdateDirective#asDom
,
UpdateDirective.initializeFromDom(org.w3c.dom.Element)
,
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 | |
DirectiveIOException(String message)
Deprecated. Should use the versions with localized messages |
|
DirectiveIOException(String resource_bundle_name,
String message_key,
Object[] arguments)
Create an instance that localizes the message. |
|
DirectiveIOException(Throwable error,
String message)
Deprecated. Should use the versions with localized messages |
|
DirectiveIOException(Throwable error,
String resource_bundle_name,
String message_key,
Object[] arguments)
Create an instance that nests an exception and localizes the message. |
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 DirectiveIOException(String message)
public DirectiveIOException(Throwable error, String message)
public DirectiveIOException(String resource_bundle_name, String message_key, Object[] arguments)
public DirectiveIOException(Throwable error, String resource_bundle_name, String message_key, Object[] arguments)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |