Class MappingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.projecthusky.valueset.exceptions.MappingException
All Implemented Interfaces:
Serializable

public class MappingException extends Exception
Exception in case the value set mapping does not exist.
See Also:
  • Constructor Details

    • MappingException

      public MappingException()
      Default constructor to instantiate the object. A predefined text message will be used.
    • MappingException

      public MappingException(String message)
      Instantiates a new mapping exception by using the given text message.
      Parameters:
      message - the message