public class BasicPathUsageException extends RuntimeException
| Constructor and Description |
|---|
BasicPathUsageException(String message,
javax.persistence.metamodel.Attribute<?,?> attribute)
Construct the usage exception.
|
BasicPathUsageException(String message,
Throwable cause,
javax.persistence.metamodel.Attribute<?,?> attribute)
Construct the usage exception.
|
| Modifier and Type | Method and Description |
|---|---|
javax.persistence.metamodel.Attribute<?,?> |
getAttribute() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic BasicPathUsageException(String message, javax.persistence.metamodel.Attribute<?,?> attribute)
message - An error message describing the incorrect usage.attribute - The basic attribute involved.public BasicPathUsageException(String message, Throwable cause, javax.persistence.metamodel.Attribute<?,?> attribute)
message - An error message describing the incorrect usage.cause - An underlying cause.attribute - The basic attribute involved.Copyright © 2016. All rights reserved.