|
||||||||||
| 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.WrongSizeException
Exception which arises when a collection contains
fewer or more values than is required by the corresponding
Multiplicity.lower and Multiplicity.upper.
| Constructor Summary | |
WrongSizeException(RefObject elementInError)
Creates WrongSizeException with a detail message. |
|
WrongSizeException(RefObject elementInError,
java.lang.String msg)
Creates WrongSizeException with a 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 WrongSizeException(RefObject elementInError)
WrongSizeException with a detail message.
elementInError - element in error.
public WrongSizeException(RefObject elementInError,
java.lang.String msg)
WrongSizeException with a detail message.
elementInError - element in error.msg - detail message.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||