|
|||||||||
| 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.EPMLinkModificationException
public class EPMLinkModificationException
Certain EPM links cannot be explicitly modified. This exception is thrown
when
Supported API: true
Extendable: false
| Constructor Summary | |
|---|---|
EPMLinkModificationException()
Constructs a new exception. |
|
EPMLinkModificationException(Exception e)
Constructs a new exception with a nested exception. |
|
EPMLinkModificationException(Exception e,
String s)
Constructs a new exception a nested exception and a string. |
|
EPMLinkModificationException(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. |
|
EPMLinkModificationException(String s)
Constructs a new exception with a string. |
|
EPMLinkModificationException(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 EPMLinkModificationException()
public EPMLinkModificationException(String s)
s -
public EPMLinkModificationException(String rb,
String key,
Object[] params)
rb - key - params - public EPMLinkModificationException(Exception e)
e -
public EPMLinkModificationException(Exception e,
String s)
e - s -
public EPMLinkModificationException(Exception e,
String rb,
String key,
Object[] params)
e - rb - key - params -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||