de.unihalle.informatik.Alida.exceptions
Class ALDProviderManagerException

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.ALDProviderManagerException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ALDDataConverterManagerException

public abstract class ALDProviderManagerException
extends ALDException

Alida exception thrown by batch I/O managers.

Author:
moeller
See Also:
Serialized Form

Nested Class Summary
 class ALDProviderManagerException.ALDConverterManagerException
           
static class ALDProviderManagerException.ALDProviderManagerExceptionType
          Possible exception types.
 
Field Summary
protected  ALDProviderManagerException.ALDProviderManagerExceptionType type
          Type of exception.
private static java.lang.String typeID
          Identifier string.
 
Fields inherited from class de.unihalle.informatik.Alida.exceptions.ALDException
comment
 
Constructor Summary
ALDProviderManagerException(ALDProviderManagerException.ALDProviderManagerExceptionType t, java.lang.String c)
          Constructor.
 
Method Summary
 java.lang.String getIdentString()
          Returns a (hopefully unique) identification string.
 ALDProviderManagerException.ALDProviderManagerExceptionType 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 ALDProviderManagerException.ALDProviderManagerExceptionType type
Type of exception.


typeID

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

See Also:
Constant Field Values
Constructor Detail

ALDProviderManagerException

public ALDProviderManagerException(ALDProviderManagerException.ALDProviderManagerExceptionType 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 ALDProviderManagerException.ALDProviderManagerExceptionType getType()
Returns the type of this exception.