public class TransformationException extends RuntimeException
The Konik Invoice Handling Exception is thrown whenever something goes wrong.
This exception is thrown when the caller can not recover from the error and can not continue.
| Constructor and Description |
|---|
TransformationException(String message)
Instantiates a new transformation exception.
|
TransformationException(String message,
Throwable throwable)
Instantiates a new transformation exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TransformationException(String message)
Instantiates a new transformation exception.
message - the messagepublic TransformationException(String message, Throwable throwable)
Instantiates a new transformation exception.
message - the messagethrowable - the throwableCopyright © 2014-2016 Konik.io. All Rights Reserved.