public class RequiredAttributeNotProvidedException extends RuntimeException
| Modifier and Type | Field and Description |
|---|---|
protected String |
attributeName |
| Constructor and Description |
|---|
RequiredAttributeNotProvidedException(String attributeName) |
RequiredAttributeNotProvidedException(String message,
String attributeName) |
RequiredAttributeNotProvidedException(String message,
String attributeName,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttributeName() |
void |
setAttributeName(String attributeName) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprotected String attributeName
public RequiredAttributeNotProvidedException(String message, String attributeName)
public RequiredAttributeNotProvidedException(String message, String attributeName, Throwable cause)
public RequiredAttributeNotProvidedException(String attributeName)
Copyright © 2015. All Rights Reserved.