|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.sun.mdm.index.master.EViewException
com.sun.mdm.index.master.ProcessingException
com.sun.mdm.index.objects.exception.ObjectException
com.sun.mdm.index.objects.exception.InvalidKeyTypeException
Each field in an object node has control flags represented by a number. The InvalidKeyTypeException class represents an exception thrown when a field's control flag number is not recognized as a known flag.
| Field Summary |
| Fields inherited from class java.lang.Exception |
|
| Constructor Summary | |
InvalidKeyTypeException()
Creates a new instance of the InvalidKeyTypeException class without an error message. |
|
InvalidKeyTypeException(java.lang.String msg)
Creates a new instance of the InvalidKeyTypeException class with an error message. |
|
| 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 InvalidKeyTypeException()
public InvalidKeyTypeException(java.lang.String msg)
msg - The error message to display for the type of error
that occurred.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Sun Microsystems, Inc.