Class InvalidDataException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- fr.ird.observe.services.service.api.InvalidDataException
-
- All Implemented Interfaces:
Serializable
public class InvalidDataException extends Exception
Created on 06/05/2021.- Since:
- 5.0.23
- Author:
- Tony Chemit - dev@tchemit.fr
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidDataException(String message, ValidationResult<?> result)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ValidationResult<?>getResult()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
InvalidDataException
public InvalidDataException(String message, ValidationResult<?> result)
-
-
Method Detail
-
getResult
public ValidationResult<?> getResult()
-
-