|
|||||||||
| 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.EPMEffectivityBuildRuleConflictException
public class EPMEffectivityBuildRuleConflictException
Supported API: true
Extendable: false
| Constructor Summary | |
|---|---|
EPMEffectivityBuildRuleConflictException()
Supported API: true |
|
EPMEffectivityBuildRuleConflictException(Exception e)
Constructs a new exception with a nested exception. |
|
EPMEffectivityBuildRuleConflictException(Exception e,
String s)
Constructs a new exception a nested exception and a string. |
|
EPMEffectivityBuildRuleConflictException(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. |
|
EPMEffectivityBuildRuleConflictException(String s)
Constructs a new exception with a string. |
|
EPMEffectivityBuildRuleConflictException(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 EPMEffectivityBuildRuleConflictException()
public EPMEffectivityBuildRuleConflictException(String s)
s -
public EPMEffectivityBuildRuleConflictException(String rb,
String key,
Object[] params)
rb - key - params - public EPMEffectivityBuildRuleConflictException(Exception e)
e -
public EPMEffectivityBuildRuleConflictException(Exception e,
String s)
e - s -
public EPMEffectivityBuildRuleConflictException(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 | ||||||||