public class BasicPathUsageException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
BasicPathUsageException(java.lang.String message,
javax.persistence.metamodel.Attribute<?,?> attribute)
Construct the usage exception.
|
BasicPathUsageException(java.lang.String message,
java.lang.Throwable cause,
javax.persistence.metamodel.Attribute<?,?> attribute)
Construct the usage exception.
|
| Modifier and Type | Method and Description |
|---|---|
javax.persistence.metamodel.Attribute<?,?> |
getAttribute() |
public BasicPathUsageException(java.lang.String message,
javax.persistence.metamodel.Attribute<?,?> attribute)
message - An error message describing the incorrect usage.attribute - The basic attribute involved.public BasicPathUsageException(java.lang.String message,
java.lang.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 © 2001-2018 Red Hat, Inc. All Rights Reserved.