Algernon Software

org.algernon.exception
Class AlgernonCompilerException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.algernon.exception.AlgernonException
              extended byorg.algernon.exception.AlgernonCompilerException
All Implemented Interfaces:
Serializable

public class AlgernonCompilerException
extends AlgernonException

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

See Also:
Processor, AlgernonCompiler, AlgernonException, AlgernonRuntimeException, Serialized Form

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

AlgernonCompilerException

public AlgernonCompilerException(String message)
Creates a new AlgernonCompilerException


Algernon Software