public class

InvalidMappingException

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

Class Overview

Thrown when a mapping is found to be invalid. Similar to MappingException, but this contains more info about the path and type of mapping (e.g. file, resource or url)

Summary

Public Constructors
InvalidMappingException(String customMessage, String type, String path, Throwable cause)
InvalidMappingException(String customMessage, String type, String path)
InvalidMappingException(String type, String path)
InvalidMappingException(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 InvalidMappingException (String customMessage, String type, String path, Throwable cause)

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

public InvalidMappingException (String type, String path)

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

Public Methods

public String getPath ()

public String getType ()