Algernon Software

org.algernon.exception
Class AlgernonRuntimeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.algernon.exception.AlgernonException
              extended byorg.algernon.exception.AlgernonRuntimeException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AlgernonStorageException, HaltException

public class AlgernonRuntimeException
extends AlgernonException

This is a generic runtime exception to be thrown by Algernon code.

See Also:
Processor, AlgernonException, AlgernonCompilerException, Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
AlgernonRuntimeException(String message)
          Creates a new AlgernonRuntimeException
 
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

AlgernonRuntimeException

public AlgernonRuntimeException(String message)
Creates a new AlgernonRuntimeException


Algernon Software