|
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.IndexedResourceSpecException
Internal exception thrown when an resource spec couldn't be satisfied.
Field Summary | |
private int |
index
The index in the ResourceSpec array passed to TeamBackEnd() that couldn't be satisfied. |
Fields inherited from class java.lang.Exception |
serialVersionUID |
Fields inherited from class java.lang.Throwable |
backtrace,
message,
serialVersionUID |
Constructor Summary | |
(package private) |
IndexedResourceSpecException(int index)
Construct an IndexedResourceSpecException with the given index. |
Method Summary | |
(package private) int |
getIndex()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Throwable |
clone,
fillInStackTrace,
getLocalizedMessage,
getMessage,
getStringStackTrace,
printStackTrace,
printStackTrace,
printStackTrace,
printStackTrace0,
stringStackTrace |
Methods inherited from class java.lang.Object |
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait,
wait0 |
Field Detail |
private final int index
Constructor Detail |
IndexedResourceSpecException(int index)
index
- The index in the ResourceSpec array passed to TeamBackEnd()
that couldn't be satisfied.Method Detail |
int getIndex()
public java.lang.String toString()
|
JanosVM v0.6.0 Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |