Class InvalidSchemaException

    • Constructor Detail

      • InvalidSchemaException

        public InvalidSchemaException()
        Base constructor.
      • InvalidSchemaException

        public InvalidSchemaException​(String message,
                                      String schemaResource)
        Construct with a message and pathname to the schema resource.
        Parameters:
        message - error message
        schemaResource - pathname to resource
      • InvalidSchemaException

        public InvalidSchemaException​(String message,
                                      String schemaResource,
                                      Throwable cause)
        Construct with a message, pathname to the schema resource and an exception to wrap.
        Parameters:
        message - error message
        schemaResource - pathname to resource
        cause - exception to wrap
    • Method Detail

      • getSchemaResource

        public String getSchemaResource()
        Return the schema resource value.
        Returns:
        schema resource value