public class AttributeNotFoundException extends OperationsException
| Constructor and Description |
|---|
AttributeNotFoundException()
Constructs a new
AttributeNotFoundException. |
AttributeNotFoundException(String message)
Constructs a new
AttributeNotFoundException
with the specified message. |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AttributeNotFoundException()
AttributeNotFoundException.public AttributeNotFoundException(String message)
AttributeNotFoundException
with the specified message.message - the error message to give to the user.