|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.geotools.feature.IllegalAttributeException
Indicates client class has attempted to create an invalid feature.
Constructor Summary | |
IllegalAttributeException(AttributeType expected,
java.lang.Object invalid)
Constructor that makes the message given the expected and invalid. |
|
IllegalAttributeException(AttributeType expected,
java.lang.Object invalid,
java.lang.Throwable cause)
Constructor that makes the message given the expected and invalid, along with the root cause. |
|
IllegalAttributeException(java.lang.String message)
Constructor with message argument. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public IllegalAttributeException(java.lang.String message)
message
- Reason for the exception being thrownpublic IllegalAttributeException(AttributeType expected, java.lang.Object invalid)
expected
- the expected AttributeType.invalid
- the attribute that does not validate against expected.public IllegalAttributeException(AttributeType expected, java.lang.Object invalid, java.lang.Throwable cause)
expected
- the expected AttributeType.invalid
- the attribute that does not validate against expected.cause
- the root cause of the error.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |