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