Class NoSuchMappingException

  • All Implemented Interfaces:
    java.io.Serializable

    public class NoSuchMappingException
    extends java.lang.IllegalArgumentException
    The type No such mapping exception.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      NoSuchMappingException()
      Creates a new instance of NoSuchMappingException without detail message.
      NoSuchMappingException​(java.lang.String key)
      Constructs an instance of NoSuchMappingException with the specified detail message.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getKey()
      Get key string.
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • NoSuchMappingException

        public NoSuchMappingException​(java.lang.String key)
        Constructs an instance of NoSuchMappingException with the specified detail message.
        Parameters:
        key - the detail message.
      • NoSuchMappingException

        public NoSuchMappingException()
        Creates a new instance of NoSuchMappingException without detail message.
    • Method Detail

      • getKey

        public java.lang.String getKey()
        Get key string.
        Returns:
        the string