|
|||||||||
| 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
javax.el.ELException
javax.el.InvalidOperationException
public class InvalidOperationException
Thrown when an operation cannot be done on a collection.
| Constructor Summary | |
|---|---|
InvalidOperationException()
Creates a InvalidOperationException with no detail message. |
|
InvalidOperationException(java.lang.String message)
Creates a InvalidOperationException with the provided
detail message. |
|
InvalidOperationException(java.lang.String pMessage,
java.lang.Throwable pRootCause)
Creates a InvalidOperationException with the given detail
message and root cause. |
|
InvalidOperationException(java.lang.Throwable exception)
Creates a InvalidOperationException with the given root
cause. |
|
| 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 InvalidOperationException()
InvalidOperationException with no detail message.
public InvalidOperationException(java.lang.String message)
InvalidOperationException with the provided
detail message.
message - the detail messagepublic InvalidOperationException(java.lang.Throwable exception)
InvalidOperationException with the given root
cause.
exception - the originating cause of this exception
public InvalidOperationException(java.lang.String pMessage,
java.lang.Throwable pRootCause)
InvalidOperationException with the given detail
message and root cause.
pMessage - the detail messagepRootCause - the originating cause of this exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||