|
Oracle Fusion Middleware Java API Reference for Oracle ADF Controller 11g Release 2 (11.1.2.0.0) E17480-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException java.lang.IllegalStateException oracle.adf.controller.AdfcIllegalStateException
public class AdfcIllegalStateException
Extension of IllegalArgumentException that forces the use of a strongly-typed
ExceptionKey
to create a translated message.
Constructor Summary | |
---|---|
AdfcIllegalStateException(ExceptionKey key)
Constructor. |
|
AdfcIllegalStateException(ExceptionKey key,
java.lang.Throwable cause)
Constructor. |
|
AdfcIllegalStateException(ExceptionKey key,
java.lang.Throwable cause,
java.lang.Object... args)
Constructs the AdfcIllegalArgumentException . |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AdfcIllegalStateException(ExceptionKey key)
key
- The key to the resource bundle message.public AdfcIllegalStateException(ExceptionKey key, java.lang.Throwable cause)
key
- The key to the resource bundle message.cause
- The root cause of the exception.public AdfcIllegalStateException(ExceptionKey key, java.lang.Throwable cause, java.lang.Object... args)
AdfcIllegalArgumentException
.
The cause of this exception instance is set to a
ControllerException
with the given error
Throwable
cause, message lookup key and message
substitution arguments.
key
- the error message lookup keycause
- parent exception that caused itargs
- Object array for the messageFormatting
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Controller 11g Release 2 (11.1.2.0.0) E17480-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |