|
|||||||||
| 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
|
+--edu.mssm.crover.scentral.BadPersistentID
Thrown when the persistent identifier submitted to
PersistentScheme
is invalid for some reason.
Possible causes: already used, contains an illegal
character.
| Field Summary | |
static int |
ALREADY_USED
When the submitted ID is already in use. |
static int |
INVALID_CHARACTER
When the submitted ID contained an invalid character (whatever that means). |
static int |
INVALID_NAME
When the submitted ID was null or "". |
int |
reason
|
| 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 |
| Field Detail |
public int reason
public static int ALREADY_USED
public static int INVALID_CHARACTER
public static int INVALID_NAME
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||