org.algernon.exception
Class AlgernonException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
org.algernon.exception.AlgernonException
- All Implemented Interfaces: 
 - Serializable
 
- Direct Known Subclasses: 
 - AlgernonCompilerException, AlgernonDataException, AlgernonRuntimeException
 
- public abstract class AlgernonException
- extends Exception
  
This is a generic exception to be thrown by Algernon code.
 Usually you should throw more specific exceptions.
 Important subclasses are AlgernonCompilerException
 and AlgernonRuntimeException.
- See Also:
 Processor, 
AlgernonCompilerException, 
AlgernonRuntimeException, 
Serialized Form
 
| Fields inherited from class java.lang.Exception | 
 | 
 
| Fields inherited from class java.lang.Throwable | 
 | 
 
 
| Methods inherited from class java.lang.Throwable | 
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
 
AlgernonException
public AlgernonException(String message)
- Creates a new AlgernonException