|
|||||||||
| 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.gbif.datatester.exception.DataTesterException
public class DataTesterException
Generic class to embrace all possible exceptions that can be raised by framework classes.
| Constructor Summary | |
|---|---|
DataTesterException(java.lang.Exception exception)
Constructor with single Exception object. |
|
DataTesterException(java.lang.String msg)
Constructor with a single message. |
|
DataTesterException(java.lang.String msg,
java.lang.Exception exception)
Constructor with message and Exception object. |
|
| 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 DataTesterException(java.lang.String msg)
Constructor with a single message.
msg - Message.
public DataTesterException(java.lang.String msg,
java.lang.Exception exception)
Constructor with message and Exception object.
msg - Message.exception - Exception object.public DataTesterException(java.lang.Exception exception)
Constructor with single Exception object.
exception - Exception object.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||