avrora
Class Avrora.InternalError

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Error
          extended byavrora.Avrora.Error
              extended byavrora.Avrora.InternalError
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Avrora

public static class Avrora.InternalError
extends Avrora.Error

The InternalError class is a class of errors corresponding to exceptional conditions within Avrora.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class avrora.Avrora.Error
message, param, STACKTRACES
 
Constructor Summary
Avrora.InternalError(java.lang.String param)
           
 
Method Summary
 void report()
           
 
Methods inherited from class avrora.Avrora.Error
getParam
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Avrora.InternalError

public Avrora.InternalError(java.lang.String param)
Method Detail

report

public void report()
Overrides:
report in class Avrora.Error