Package com.axemble.vdoc.sdk.exceptions
Class SDKPropertySaveException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.axemble.vdoc.sdk.exceptions.SDKSaveException
com.axemble.vdoc.sdk.exceptions.SDKPropertySaveException
- All Implemented Interfaces:
Serializable
Exception used if a save fails on a specific property.
Created by fpicot on 25/01/2017.
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class com.axemble.vdoc.sdk.exceptions.SDKSaveException
getLocalizedMessage
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SDKPropertySaveException
Constructor- Parameters:
message
- The translation message keypropertyName
- The name of the Property causing the error
-
-
Method Details
-
getPropertyName
-