|
Oracle Fusion Middleware Java API Reference for Oracle Mobile Application Framework 2.0.0.0.0 E36392-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectThrowable
Exception
RuntimeException
javax.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(String message)
Creates an ELException with the provided detail message. |
|
ELException(String message,
Throwable cause)
Creates an ELException with the given detail message and root cause. |
|
ELException(Throwable cause)
Creates an ELException with the given cause. |
Method Summary |
---|
Methods inherited from class Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ELException()
public ELException(String message)
message
- the detail messagepublic ELException(Throwable cause)
cause
- the originating cause of this exceptionpublic ELException(String message, Throwable cause)
message
- the detail messagecause
- the originating cause of this exception
|
Oracle Fusion Middleware Java API Reference for Oracle Mobile Application Framework 2.0.0.0.0 E36392-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |