|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ObjectThrowable
Exception
RuntimeException
IllegalArgumentException
IllegalAttributeException
public class IllegalAttributeException
Indicates a validation check has failed; the provided descriptor and value are available via this exception.
| Constructor Summary | |
|---|---|
IllegalAttributeException(AttributeDescriptor descriptor,
Object value)
|
|
IllegalAttributeException(AttributeDescriptor descriptor,
Object value,
String message)
|
|
IllegalAttributeException(AttributeDescriptor descriptor,
Object value,
String message,
Throwable t)
|
|
IllegalAttributeException(AttributeDescriptor descriptor,
Object value,
Throwable t)
|
|
| Method Summary | |
|---|---|
AttributeDescriptor |
getDescriptor()
AttribtueDescriptor being checked against. |
Object |
getValue()
Attribute value that failed validation. |
String |
toString()
|
| Methods inherited from class Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public IllegalAttributeException(AttributeDescriptor descriptor,
Object value)
public IllegalAttributeException(AttributeDescriptor descriptor,
Object value,
String message)
public IllegalAttributeException(AttributeDescriptor descriptor,
Object value,
String message,
Throwable t)
public IllegalAttributeException(AttributeDescriptor descriptor,
Object value,
Throwable t)
| Method Detail |
|---|
public AttributeDescriptor getDescriptor()
public Object getValue()
public String toString()
toString in class Throwable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||