org.genepattern.io
| |||||||||||||||||||||||||||||||||||||||||||
| Constructor Summary | |
ParseException(java.lang.Exception e)
Create a new ParseException wrapping an existing exception. |
|
ParseException(java.lang.String message)
Create a new ParseException. |
|
ParseException(java.lang.String message,
java.lang.Exception e)
Create a new ParseException from an existing exception. |
|
| 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 |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ParseException(java.lang.String message)
message - The error or warning message.public ParseException(java.lang.Exception e)
The existing exception will be embedded in the new one, and its message will become the default message for the ParseException.
e - The exception to be wrapped in a ParseException.
public ParseException(java.lang.String message,
java.lang.Exception e)
The existing exception will be embedded in the new one, but the new exception will have its own message.
message - The detail message.e - The exception to be wrapped in a ParseException.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||