public class

MappingNotFoundException

extends MappingException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ org.hibernate.HibernateException
           ↳ org.hibernate.MappingException
             ↳ org.hibernate.MappingNotFoundException

Class Overview

Thrown when a resource for a mapping could not be found.

Summary

Public Constructors
MappingNotFoundException(String customMessage, String type, String path, Throwable cause)
MappingNotFoundException(String customMessage, String type, String path)
MappingNotFoundException(String type, String path)
MappingNotFoundException(String type, String path, Throwable cause)
Public Methods
String getPath()
String getType()
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public MappingNotFoundException (String customMessage, String type, String path, Throwable cause)

public MappingNotFoundException (String customMessage, String type, String path)

public MappingNotFoundException (String type, String path)

public MappingNotFoundException (String type, String path, Throwable cause)

Public Methods

public String getPath ()

public String getType ()