public class BasicPathUsageException extends RuntimeException
Constructor and Description |
---|
BasicPathUsageException(String message,
Attribute<?,?> attribute)
Construct the usage exception.
|
BasicPathUsageException(String message,
Throwable cause,
Attribute<?,?> attribute)
Construct the usage exception.
|
Modifier and Type | Method and Description |
---|---|
Attribute<?,?> |
getAttribute() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public BasicPathUsageException(String message, Attribute<?,?> attribute)
message
- An error message describing the incorrect usage.attribute
- The basic attribute involved.public Attribute<?,?> getAttribute()
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.