Package com.inrupt.client.solid
Class DataMappingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.inrupt.client.InruptClientException
com.inrupt.client.solid.SolidResourceException
com.inrupt.client.solid.DataMappingException
- All Implemented Interfaces:
 Serializable
- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionDataMappingException(String message, Collection<String> validationResults) Create a Data Mapping exception. - 
Method Summary
Modifier and TypeMethodDescriptionThe validation results.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
DataMappingException
Create a Data Mapping exception.- Parameters:
 message- the messagevalidationResults- the collection of messages from validation method
 
 - 
 - 
Method Details
- 
getValidationResults
The validation results.- Returns:
 - the validation results
 
 
 -