Class MapperException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
nl.datasteel.crudcraft.runtime.exception.CrudCraftRuntimeException
nl.datasteel.crudcraft.runtime.exception.MapperException
- All Implemented Interfaces:
Serializable
Thrown when mapping between DTO and entity fails.
Results in a 500 Internal Server Error by default.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMapperException
(String message, Throwable cause) Constructs a MapperException with a default message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MapperException
Constructs a MapperException with a default message.
-