Class MappingNotFoundException

  • All Implemented Interfaces:
    java.io.Serializable

    public class MappingNotFoundException
    extends java.lang.RuntimeException
    Thrown upon failure to find the requested mapping within a loaded IMappingFormat.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      MappingNotFoundException​(java.lang.String type, java.lang.String mapping)
      Constructs a new mapping not found exception for the specified mapping.
    • Method Summary

      • 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

      • MappingNotFoundException

        public MappingNotFoundException​(java.lang.String type,
                                        java.lang.String mapping)
        Constructs a new mapping not found exception for the specified mapping.
        Parameters:
        type - the type of mapping
        mapping - the relevant mapping