avrora
Class Avrora

java.lang.Object
  extended byavrora.Avrora

public class Avrora
extends java.lang.Object

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

Avrora

public Avrora()
Method Detail

unimplemented

public static Avrora.InternalError unimplemented()

failure

public static Avrora.InternalError failure(java.lang.String s)

userError

public static void userError(java.lang.String s)

userError

public static void userError(java.lang.String s,
                             java.lang.String p)