Class MappingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.projecthusky.valueset.exceptions.MappingException
- All Implemented Interfaces:
Serializable
Exception in case the value set mapping does not exist.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor to instantiate the object.MappingException
(String message) Instantiates a new mapping exception by using the given text 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
-
MappingException
public MappingException()Default constructor to instantiate the object. A predefined text message will be used. -
MappingException
Instantiates a new mapping exception by using the given text message.- Parameters:
message
- the message
-