Class SchemaException

  • All Implemented Interfaces:
    Serializable

    public class SchemaException
    extends Exception
    Thrown when a SchemaCompliance 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:
    Serialized Form
    • Constructor Detail

      • SchemaException

        public SchemaException​(String message)
        Creates an exception with the specified details message.
        Parameters:
        message - the detail message.