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