|
||||||||||
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 | +--org.edg.data.util.DataException | +--org.edg.data.reptor.ReptorException | +--org.edg.data.reptor.storage.InvalidSETypeException
Exception thrown if a specified SE type is not recognized
Constructor Summary | |
InvalidSETypeException(int type)
Constructs a InvalidSETypeException . |
|
InvalidSETypeException(java.lang.String type)
Constructs a InvalidSETypeException . |
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 InvalidSETypeException(int type)
InvalidSETypeException
.
type
- The integer type that was not recognized.public InvalidSETypeException(java.lang.String type)
InvalidSETypeException
.
type
- The String type that was not recognized.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |