|
||||||||||
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.services.exception.ParseException
public class ParseException
This is top-most level checked exception for the microarray parsing services. Exceptions thrown from those services can be either wrapped in this exception or its subclass.
Constructor Summary | |
---|---|
ParseException()
DBException constructor comment. |
|
ParseException(java.lang.String message)
Constructs a new ParseException with the specified detail message. |
|
ParseException(java.lang.String message,
java.lang.Throwable cause)
|
|
ParseException(java.lang.Throwable cause)
ParseException constructor comment. |
Method Summary | |
---|---|
java.lang.Throwable |
getSourceException()
Gets the sourceException. |
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 ParseException()
public ParseException(java.lang.String message)
message
- the detail message. The detail message is saved for
later retrieval by the Throwable.getMessage()
method.public ParseException(java.lang.String message, java.lang.Throwable cause)
public ParseException(java.lang.Throwable cause)
cause
- The cause of this ExceptionMethod Detail |
---|
public java.lang.Throwable getSourceException()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |