|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of ELException in javax.el |
|---|
| Subclasses of ELException in javax.el | |
|---|---|
class |
InvalidOperationException
Thrown when an operation cannot be done on a collection. |
class |
MethodNotFoundException
Thrown when a method could not be found while evaluating a MethodExpression. |
class |
PropertyNotFoundException
Thrown when a property could not be found while evaluating a ValueExpression or MethodExpression. |
class |
PropertyNotWritableException
Thrown when a property could not be written to while setting the value on a ValueExpression. |
| Methods in javax.el that throw ELException | |
|---|---|
void |
ELManager.importClass(java.lang.String className)
Import a class. |
void |
ImportHandler.importClass(java.lang.String name)
Import a class. |
java.lang.Object |
LambdaExpression.invoke(ELContext elContext,
java.lang.Object... args)
Invoke the encapsulated Lambda expression. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||