|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectavrora.Avrora
The Avrora
class contains several utilities relating to exceptions and errors within Avrora.
Nested Class Summary | |
static class |
Avrora.Error
The Error class is the base class of all errors in Avrora. |
static class |
Avrora.InternalError
The InternalError class is a class of errors corresponding to exceptional conditions
within Avrora. |
Constructor Summary | |
Avrora()
|
Method Summary | |
static Avrora.InternalError |
failure(java.lang.String s)
|
static Avrora.InternalError |
unimplemented()
|
static void |
userError(java.lang.String s)
|
static void |
userError(java.lang.String s,
java.lang.String p)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Avrora()
Method Detail |
public static Avrora.InternalError unimplemented()
public static Avrora.InternalError failure(java.lang.String s)
public static void userError(java.lang.String s)
public static void userError(java.lang.String s, java.lang.String p)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |