|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.topologi.diffx.DiffXException
public class DiffXException
The mother of all Diff-X exceptions.
This class is provided for convenience to distinguish between the purely DiffX exceptions and exception of a different origin.
| Constructor Summary | |
|---|---|
DiffXException()
Creates a new Diff-X exception. |
|
DiffXException(Exception ex)
Creates a new Diff-X exception wrapping an occurring exception. |
|
DiffXException(String message)
Creates a new Diff-X exception with a given message. |
|
DiffXException(String message,
Exception ex)
Creates a new Diff-X exception wrapping an occurring exception. |
|
| 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 |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DiffXException()
public DiffXException(String message)
message - The message explaining the exception.public DiffXException(Exception ex)
ex - The exception to be wrapped.
public DiffXException(String message,
Exception ex)
message - The message explaining the exception.ex - The exception to be wrapped.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||