|
JanosVM v0.6.0 Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--edu.utah.janosvm.sys.DuplicateExportException
Exception thrown when trying to export a object with an 'id' that has already been used. Ids for exportable objects are guaranteed to be unique. This is enforced when Exportables are actually exported from their team. The name must be unique in the 'equals' sense, not the '==' sense. (Think Hashtable key.)
Exportable
, Serialized FormConstructor Summary | |
DuplicateExportException(java.lang.String s)
|
Methods inherited from class java.lang.Throwable |
clone,
fillInStackTrace,
getLocalizedMessage,
getMessage,
printStackTrace,
printStackTrace,
printStackTrace,
stringStackTrace,
toString |
Methods inherited from class java.lang.Object |
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Constructor Detail |
public DuplicateExportException(java.lang.String s)
|
JanosVM v0.6.0 Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |