|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.dspace.app.util.DCInputsReaderException
public class DCInputsReaderException
This is a superclass for exceptions representing a failure when importing or exporting a package. E.g., unacceptable package format or contents. Implementations should throw one of the more specific exceptions. This class is intended for declarations and catch clauses.
| Constructor Summary | |
|---|---|
DCInputsReaderException()
No-args constructor. |
|
DCInputsReaderException(String message)
Constructor for a given message. |
|
DCInputsReaderException(String message,
Throwable cause)
Constructor to create a new exception wrapping it around another exception. |
|
DCInputsReaderException(Throwable cause)
Constructor for a given cause. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DCInputsReaderException()
public DCInputsReaderException(String message)
message - diagnostic message.public DCInputsReaderException(Throwable cause)
cause - throwable that caused this exception
public DCInputsReaderException(String message,
Throwable cause)
message - diagnostic message.cause - throwable that caused this exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||