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 SummaryConstructors
- 
Method SummaryMethods inherited from class com.axemble.vdoc.sdk.exceptions.SDKSaveExceptiongetLocalizedMessageMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
SDKPropertySaveExceptionConstructor- Parameters:
- message- The translation message key
- propertyName- The name of the Property causing the error
 
 
- 
- 
Method Details- 
getPropertyName
 
-