org.hibernate
Class InvalidMappingException
- Nestable
public class InvalidMappingException
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)
getCause , getMessage , getMessage , getMessages , getThrowable , getThrowableCount , getThrowables , indexOfThrowable , indexOfThrowable , printPartialStackTrace , printStackTrace , printStackTrace , printStackTrace |
InvalidMappingException
public InvalidMappingException(String type,
String path)
InvalidMappingException
public InvalidMappingException(String customMessage,
String type,
String path)
InvalidMappingException
public InvalidMappingException(String customMessage,
String type,
String path,
Throwable cause)
InvalidMappingException
public InvalidMappingException(String type,
String path,
Throwable cause)
getPath
public String getPath()
getType
public String getType()