de.unihalle.informatik.Alida.exceptions
Class ALDDataIOManagerException

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.ALDDataIOException
                  extended by de.unihalle.informatik.Alida.exceptions.ALDDataIOManagerException
All Implemented Interfaces:
java.io.Serializable

public class ALDDataIOManagerException
extends ALDDataIOException

Alida exception thrown by data IO managers.

Author:
moeller
See Also:
Serialized Form

Nested Class Summary
static class ALDDataIOManagerException.ALDDataIOManagerExceptionType
          Possible exception types.
 
Field Summary
protected  ALDDataIOManagerException.ALDDataIOManagerExceptionType type
          Type of exception.
 
Fields inherited from class de.unihalle.informatik.Alida.exceptions.ALDException
comment
 
Constructor Summary
ALDDataIOManagerException(ALDDataIOManagerException.ALDDataIOManagerExceptionType t, java.lang.String c)
          Constructor.
 
Method Summary
 java.lang.String getIdentString()
          Returns a (hopefully unique) identification string.
 ALDDataIOManagerException.ALDDataIOManagerExceptionType getType()
          Returns the type of this exception.
 
Methods inherited from class de.unihalle.informatik.Alida.exceptions.ALDDataIOException
getExceptionID
 
Methods inherited from class de.unihalle.informatik.Alida.exceptions.ALDException
getCommentString, 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 ALDDataIOManagerException.ALDDataIOManagerExceptionType type
Type of exception.

Constructor Detail

ALDDataIOManagerException

public ALDDataIOManagerException(ALDDataIOManagerException.ALDDataIOManagerExceptionType t,
                                 java.lang.String c)
Constructor.

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

getIdentString

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

Specified by:
getIdentString in class ALDException

getType

public ALDDataIOManagerException.ALDDataIOManagerExceptionType getType()
Returns the type of this exception.



Copyright © 2010-2014 Martin Luther University Halle-Wittenberg. All Rights Reserved.