|
||||||||||
| 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
|
+--javax.jmi.reflect.JmiException
|
+--javax.jmi.reflect.InvalidCallException
Thrown by reflection methods when client tries to call them incorrectly.
(e.g. when refSetValue is called for attribute which is not
changeable)
| Constructor Summary | |
InvalidCallException(java.lang.Object objectInError,
RefObject elementInError)
Constructs an InvalidCallException without detail message. |
|
InvalidCallException(java.lang.Object objectInError,
RefObject elementInError,
java.lang.String msg)
Constructs an InvalidCallException with the specified detail message. |
|
| Methods inherited from class javax.jmi.reflect.JmiException |
getElementInError, getObjectInError |
| 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 InvalidCallException(java.lang.Object objectInError,
RefObject elementInError)
InvalidCallException without detail message.
objectInError - object in errorelementInError - element in error.
public InvalidCallException(java.lang.Object objectInError,
RefObject elementInError,
java.lang.String msg)
InvalidCallException with the specified detail message.
objectInError - object in errorelementInError - element in error.msg - the detail message.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||