|
JanosVM v1.0 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.Throwable |
backtrace, cause, message, serialVersionUID, setCause |
| 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 |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, initCause, printStackTrace, printStackTrace, printStackTrace, printStackTrace0 |
| Methods inherited from class java.lang.Object |
clone, 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()
toString in class java.lang.Throwable
|
JanosVM v1.0 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||