Package org.hibernate

Class MappingNotFoundException

    • Constructor Summary

      Constructors 
      Constructor Description
      MappingNotFoundException​(java.lang.String type, java.lang.String path)
      Deprecated.
      Constructs a MappingNotFoundException using the given information, using a standard message.
      MappingNotFoundException​(java.lang.String customMessage, java.lang.String type, java.lang.String path)
      Deprecated.
      Constructs a MappingNotFoundException using the given information.
      MappingNotFoundException​(java.lang.String customMessage, java.lang.String type, java.lang.String path, java.lang.Throwable cause)
      Deprecated.
      Constructs a MappingNotFoundException using the given information.
      MappingNotFoundException​(java.lang.String type, java.lang.String path, java.lang.Throwable cause)
      Deprecated.
      Constructs a MappingNotFoundException using the given information, using a standard message.
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      java.lang.String getPath()
      Deprecated.
       
      java.lang.String getType()
      Deprecated.
       
      • 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 customMessage,
                                        java.lang.String type,
                                        java.lang.String path,
                                        java.lang.Throwable cause)
        Deprecated.
        Constructs a MappingNotFoundException using the given information.
        Parameters:
        customMessage - A message explaining the exception condition
        type - The type of mapping that could not be found
        path - The path (type specific) of the mapping that could not be found
        cause - The underlying cause
      • MappingNotFoundException

        public MappingNotFoundException​(java.lang.String customMessage,
                                        java.lang.String type,
                                        java.lang.String path)
        Deprecated.
        Constructs a MappingNotFoundException using the given information.
        Parameters:
        customMessage - A message explaining the exception condition
        type - The type of mapping that could not be found
        path - The path (type specific) of the mapping that could not be found
      • MappingNotFoundException

        public MappingNotFoundException​(java.lang.String type,
                                        java.lang.String path)
        Deprecated.
        Constructs a MappingNotFoundException using the given information, using a standard message.
        Parameters:
        type - The type of mapping that could not be found
        path - The path (type specific) of the mapping that could not be found
      • MappingNotFoundException

        public MappingNotFoundException​(java.lang.String type,
                                        java.lang.String path,
                                        java.lang.Throwable cause)
        Deprecated.
        Constructs a MappingNotFoundException using the given information, using a standard message.
        Parameters:
        type - The type of mapping that could not be found
        path - The path (type specific) of the mapping that could not be found
        cause - The underlying cause
    • Method Detail

      • getType

        public java.lang.String getType()
        Deprecated.
      • getPath

        public java.lang.String getPath()
        Deprecated.