org.hibernate
Class InvalidMappingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.hibernate.HibernateException
org.hibernate.MappingException
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 © null-null Red Hat Middleware, LLC. All Rights Reserved