public class TransformationException extends java.lang.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(java.lang.String message)
Instantiates a new transformation exception.
|
TransformationException(java.lang.String message,
java.lang.Throwable throwable)
Instantiates a new transformation exception.
|
public TransformationException(java.lang.String message)
Instantiates a new transformation exception.
message
- the messagepublic TransformationException(java.lang.String message, java.lang.Throwable throwable)
Instantiates a new transformation exception.
message
- the messagethrowable
- the throwableCopyright © 2014-2018 Konik.io. All Rights Reserved.