public class TransformationWarning extends Exception
The Konik Invoice Handling Exception is thrown whenever something goes wrong but the caller can continue or should be able to handle the situation.
| Constructor and Description |
|---|
TransformationWarning(String message)
Instantiates a new transformation warning.
|
TransformationWarning(String message,
Throwable throwable)
Instantiates a new transformation warning.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TransformationWarning(String message)
Instantiates a new transformation warning.
message - the messagepublic TransformationWarning(String message, Throwable throwable)
Instantiates a new transformation warning.
message - the messagethrowable - the throwableCopyright © 2014-2016 Konik.io. All Rights Reserved.