|
|||||||||
| 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
wt.epm.util.EPMException
wt.epm.util.EPMBuildDependencyException
public class EPMBuildDependencyException
Supported API: true
Extendable: false
| Constructor Summary | |
|---|---|
EPMBuildDependencyException()
Constructs a new exception. |
|
EPMBuildDependencyException(Exception e,
String s)
Constructs a new exception a nested exception and a string. |
|
EPMBuildDependencyException(Exception e,
String rb,
String key,
Object[] params)
Constructs a new exception with a nested exception from a resource bundle, its key, and an array of objects for insertion into the keyed resource bundle's message. |
|
EPMBuildDependencyException(Object[] additionalMessages)
Constructs a Windchill exception with additional messages only. |
|
EPMBuildDependencyException(String s)
Constructs a new exception with a string. |
|
EPMBuildDependencyException(String rb,
String key,
Object[] params)
Constructs a new exception from a resource bundle, its key, and an array of objects for insertion into the keyed resource bundle's message. |
|
| Method Summary |
|---|
| 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 EPMBuildDependencyException()
public EPMBuildDependencyException(String s)
s -
public EPMBuildDependencyException(String rb,
String key,
Object[] params)
rb - key - params -
public EPMBuildDependencyException(Exception e,
String s)
e - s -
public EPMBuildDependencyException(Exception e,
String rb,
String key,
Object[] params)
e - rb - key - params - public EPMBuildDependencyException(Object[] additionalMessages)
additionalMessages - the array of additional messages
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||