org.hibernate
Class InvalidMappingException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           java.lang.RuntimeException
java.lang.RuntimeException
               org.hibernate.HibernateException
org.hibernate.HibernateException
                   org.hibernate.MappingException
org.hibernate.MappingException
                       org.hibernate.InvalidMappingException
org.hibernate.InvalidMappingException
- All Implemented Interfaces: 
- Serializable
- public class InvalidMappingException 
- extends MappingException
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)
- Author:
- Max Rydahl Andersen
- See Also:
- Serialized Form
 
 
| Methods inherited from class java.lang.Throwable | 
| fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
 
InvalidMappingException
public InvalidMappingException(String customMessage,
                               String type,
                               String path,
                               Throwable cause)
InvalidMappingException
public InvalidMappingException(String customMessage,
                               String type,
                               String path)
InvalidMappingException
public InvalidMappingException(String type,
                               String path)
InvalidMappingException
public InvalidMappingException(String type,
                               String path,
                               Throwable cause)
getType
public String getType()
- 
 
getPath
public String getPath()
- 
 
Copyright © 2001-2010 Red Hat, Inc.  All Rights Reserved.