public class IllegalAttributeException extends IllegalArgumentException
Constructor and Description |
---|
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) |
Modifier and Type | Method and Description |
---|---|
AttributeDescriptor |
getDescriptor()
AttribtueDescriptor being checked against.
|
Object |
getValue()
Attribute value that failed validation.
|
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
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)
public AttributeDescriptor getDescriptor()
public Object getValue()
Copyright © 1996–2019 Geotools. All rights reserved.