|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
gov.nih.nci.caarray.common.exception.ImportException
public class ImportException
Constructor Summary | |
---|---|
ImportException(java.lang.String reason)
Creates a new instance of ImportException with a reason. |
|
ImportException(java.lang.String message,
java.lang.Throwable cause)
|
|
ImportException(java.lang.Throwable 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 ImportException(java.lang.String reason)
reason
- - The reason this exception was thrown.public ImportException(java.lang.String message, java.lang.Throwable cause)
message
- - Message about the error that caused this exception.cause
- - Throwable that caused this exception.public ImportException(java.lang.Throwable cause)
cause
- - Throwable that caused this exception.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |