|
Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client 11g Release 1 (11.1.1) E17503-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
oracle.adfnmc.el.ELException
public class ELException
Represents any of the exception conditions that can arise during expression evaluation.
| Constructor Summary | |
|---|---|
ELException()
Creates an ELException with no detail message. |
|
ELException(java.lang.String pMessage)
Creates an ELException with the provided detail message. |
|
ELException(java.lang.String pMessage,
java.lang.Throwable pRootCause)
Creates an ELException with the given detail message and root cause. |
|
ELException(java.lang.Throwable pRootCause)
Creates an ELException with the given cause. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
getMessage, printStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ELException()
ELException with no detail message.
public ELException(java.lang.String pMessage)
ELException with the provided detail message.
pMessage - the detail messagepublic ELException(java.lang.Throwable pRootCause)
ELException with the given cause.
pRootCause - the originating cause of this exception
public ELException(java.lang.String pMessage,
java.lang.Throwable pRootCause)
pMessage - the detail messagepRootCause - the originating cause of this exception
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client 11g Release 1 (11.1.1) E17503-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||