public class PropertyValueException extends HibernateException
| Constructor and Description |
|---|
PropertyValueException(java.lang.String message,
java.lang.String entityName,
java.lang.String propertyName)
Constructs a PropertyValueException using the specified information.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getEntityName() |
java.lang.String |
getMessage() |
java.lang.String |
getPropertyName() |
public PropertyValueException(java.lang.String message,
java.lang.String entityName,
java.lang.String propertyName)
message - A message explaining the exception conditionentityName - The name of the entity, containing the propertypropertyName - The name of the property being accessed.Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.