|
||||||||||
| 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.InvalidNameException
Thrown when a user pases an invalid feature name to a reflective method.
| Constructor Summary | |
InvalidNameException(java.lang.String invalidName)
Constructs an InvalidNameException without detail message. |
|
InvalidNameException(java.lang.String invalidName,
java.lang.String msg)
Constructs an InvalidNameException with the specified detail message. |
|
| Method Summary | |
java.lang.String |
getInvalidName()
Returns invalid name. |
| 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 InvalidNameException(java.lang.String invalidName)
InvalidNameException without detail message.
invalidName - Invalid name.
public InvalidNameException(java.lang.String invalidName,
java.lang.String msg)
InvalidNameException with the specified detail message.
invalidName - Invalid name.msg - the detail message.| Method Detail |
public java.lang.String getInvalidName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||