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