- All Implemented Interfaces:
Serializable
Thrown when a
SchemaInformation
failed to load a XSD file because it does not comply
with expected OGC/ISO conventions, or when a UML annotation failed a compliance check.- Since:
- 3.1
- See Also:
-
Constructor Summary
ConstructorDescriptionSchemaException
(String message) Creates an exception with the specified details message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SchemaException
Creates an exception with the specified details message.- Parameters:
message
- the detail message.
-