|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
de.unihalle.informatik.Alida.exceptions.ALDException
de.unihalle.informatik.Alida.exceptions.ALDProviderManagerException
public abstract class ALDProviderManagerException
Alida exception thrown by batch I/O managers.
Nested Class Summary | |
---|---|
class |
ALDProviderManagerException.ALDConverterManagerException
|
static class |
ALDProviderManagerException.ALDProviderManagerExceptionType
Possible exception types. |
Field Summary | |
---|---|
protected ALDProviderManagerException.ALDProviderManagerExceptionType |
type
Type of exception. |
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 |
---|
protected ALDProviderManagerException.ALDProviderManagerExceptionType type
Constructor Detail |
---|
public ALDProviderManagerException(ALDProviderManagerException.ALDProviderManagerExceptionType t, java.lang.String c)
t
- Exception type.c
- Comment string.Method Detail |
---|
public java.lang.String getIdentString()
ALDException
getIdentString
in class ALDException
public ALDProviderManagerException.ALDProviderManagerExceptionType getType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |