de.unihalle.informatik.Alida.exceptions
Class ALDOperatorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.unihalle.informatik.Alida.exceptions.ALDException
              extended by de.unihalle.informatik.Alida.exceptions.ALDOperatorException
All Implemented Interfaces:
java.io.Serializable

public class ALDOperatorException
extends ALDException

Exception mainly thrown by ALDOperator in case of failures.

Author:
posch
See Also:
Serialized Form

Nested Class Summary
static class ALDOperatorException.OperatorExceptionType
          Possible operator exception types.
 
Field Summary
protected  ALDOperatorException.OperatorExceptionType type
          Type of exception object.
private static java.lang.String typeID
          Identifier string.
 
Fields inherited from class de.unihalle.informatik.Alida.exceptions.ALDException
comment
 
Constructor Summary
ALDOperatorException(ALDOperatorException.OperatorExceptionType t, java.lang.String c)
          Constructor.
 
Method Summary
protected  java.lang.String getIdentString()
          Returns a (hopefully unique) identification string.
 ALDOperatorException.OperatorExceptionType getType()
          Returns the type of this exception.
 
Methods inherited from class de.unihalle.informatik.Alida.exceptions.ALDException
getCommentString, getExceptionID, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

type

protected ALDOperatorException.OperatorExceptionType type
Type of exception object.


typeID

private static final java.lang.String typeID
Identifier string.

See Also:
Constant Field Values
Constructor Detail

ALDOperatorException

public ALDOperatorException(ALDOperatorException.OperatorExceptionType t,
                            java.lang.String c)
Constructor.

Parameters:
t - Exception type.
c - Comment string.
Method Detail

getIdentString

protected java.lang.String getIdentString()
Description copied from class: ALDException
Returns a (hopefully unique) identification string.

Specified by:
getIdentString in class ALDException

getType

public ALDOperatorException.OperatorExceptionType getType()
Returns the type of this exception.