|
|||||||||
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.archiviststoolkit.importer.ImportException
public class ImportException
Returned when we couldnt find a domain instance.
Constructor Summary | |
---|---|
ImportException(java.lang.String message)
Constructor for construction of a new persistence exception. |
|
ImportException(java.lang.String message,
java.lang.String problemData)
Constructor for wrapping internal exceptions. |
|
ImportException(java.lang.String message,
java.lang.String problemData,
java.lang.Throwable cause)
Constructor for wrapping internal exceptions. |
|
ImportException(java.lang.String message,
java.lang.Throwable cause)
Constructor for wrapping internal exceptions. |
Method Summary | |
---|---|
java.lang.String |
getErrorText()
|
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 ImportException(java.lang.String message, java.lang.Throwable cause)
message
- string for human consumptioncause
- the original exception which caused this onepublic ImportException(java.lang.String message, java.lang.String problemData, java.lang.Throwable cause)
message
- string for human consumptioncause
- the original exception which caused this onepublic ImportException(java.lang.String message, java.lang.String problemData)
message
- string for human consumptioncause
- the original exception which caused this onepublic ImportException(java.lang.String message)
message
- string for human consumptionMethod Detail |
---|
public java.lang.String getErrorText()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |