Package org.geotools.feature
Class SchemaException
- All Implemented Interfaces:
Serializable
Indicates client class has attempted to create an invalid schema.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSchemaException(String message) Constructor with message argument.SchemaException(String message, Throwable cause) Constructor with message argument and cause.SchemaException(Throwable cause) -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SchemaException
-
SchemaException
Constructor with message argument.- Parameters:
message- Reason for the exception being thrown
-
SchemaException
Constructor with message argument and cause.- Parameters:
message- Reason for the exception being throwncause- Cause of SchemaException
-