Algernon Software

org.algernon.exception
Class AlgernonDataException

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

public class AlgernonDataException
extends AlgernonException

This exception indicates a problem in the data or rules. See the error message.

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

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

AlgernonDataException

public AlgernonDataException(String message)
Creates a new AlgernonDataException


Algernon Software