Class SchemaException

All Implemented Interfaces:
Serializable

public class SchemaException extends MetadataException
Thrown by the getSchema method in MetadataProvider if the supplied Field Schema name (or Field List specification) is not recognized or cannot be resolved.
See Also:
  • Constructor Details

    • SchemaException

      public SchemaException(@Nullable String msg)
      Constructs a SchemaException with a supplied error message text.
      Parameters:
      msg - The detail message.