de.unihalle.informatik.Alida.exceptions
Class ALDBatchIOException

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.ALDBatchIOException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ALDBatchIOManagerException, ALDBatchIOProviderException

public abstract class ALDBatchIOException
extends ALDException

Exception thrown in batch mode data IO contexts.

Author:
moeller
See Also:
Serialized Form

Field Summary
private static java.lang.String typeID
          Identifier string.
 
Fields inherited from class de.unihalle.informatik.Alida.exceptions.ALDException
comment
 
Constructor Summary
ALDBatchIOException()
           
 
Method Summary
protected  java.lang.String getExceptionID()
          Returns string characterising exception type.
 
Methods inherited from class de.unihalle.informatik.Alida.exceptions.ALDException
getCommentString, getIdentString, 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

typeID

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

See Also:
Constant Field Values
Constructor Detail

ALDBatchIOException

public ALDBatchIOException()
Method Detail

getExceptionID

protected java.lang.String getExceptionID()
Returns string characterising exception type.

Overrides:
getExceptionID in class ALDException