org.hibernate.ejb.criteria
Class BasicPathUsageException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.hibernate.ejb.criteria.BasicPathUsageException
- All Implemented Interfaces:
- Serializable
public class BasicPathUsageException
- extends RuntimeException
Represents an incorrect usage of a basic path. Generally this means an attempt to
de-reference a basic attribute path.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
BasicPathUsageException
public BasicPathUsageException(String message,
Attribute<?,?> attribute)
- Construct the usage exception.
- Parameters:
message
- An error message describing the incorrect usage.attribute
- The basic attribute involved.
BasicPathUsageException
public BasicPathUsageException(String message,
Throwable cause,
Attribute<?,?> attribute)
- Construct the usage exception.
- Parameters:
message
- An error message describing the incorrect usage.cause
- An underlying cause.attribute
- The basic attribute involved.
getAttribute
public Attribute<?,?> getAttribute()
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.