public class DiffXException extends Exception
This class is provided for convenience to distinguish between the purely DiffX exceptions and exception of a different origin.
Constructor and Description |
---|
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.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public DiffXException()
public DiffXException(String message)
message
- The message explaining the exception.public DiffXException(Exception ex)
ex
- The exception to be wrapped.Copyright © 2007-2019. All Rights Reserved.