|
||||||||||
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.ALDBatchIOException
de.unihalle.informatik.Alida.exceptions.ALDBatchIOManagerException
public class ALDBatchIOManagerException
Alida exception thrown by batch I/O managers.
Nested Class Summary | |
---|---|
static class |
ALDBatchIOManagerException.ALDBatchIOManagerExceptionType
Possible exception types. |
Field Summary | |
---|---|
protected ALDBatchIOManagerException.ALDBatchIOManagerExceptionType |
type
Type of exception. |
Fields inherited from class de.unihalle.informatik.Alida.exceptions.ALDException |
---|
comment |
Constructor Summary | |
---|---|
ALDBatchIOManagerException(ALDBatchIOManagerException.ALDBatchIOManagerExceptionType t,
java.lang.String c)
Constructor. |
Method Summary | |
---|---|
java.lang.String |
getIdentString()
Returns a (hopefully unique) identification string. |
ALDBatchIOManagerException.ALDBatchIOManagerExceptionType |
getType()
Returns the type of this exception. |
Methods inherited from class de.unihalle.informatik.Alida.exceptions.ALDBatchIOException |
---|
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 |
---|
protected ALDBatchIOManagerException.ALDBatchIOManagerExceptionType type
Constructor Detail |
---|
public ALDBatchIOManagerException(ALDBatchIOManagerException.ALDBatchIOManagerExceptionType t, java.lang.String c)
t
- Exception type.c
- Comment string.Method Detail |
---|
public java.lang.String getIdentString()
ALDException
getIdentString
in class ALDException
public ALDBatchIOManagerException.ALDBatchIOManagerExceptionType getType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |