Class InvalidMetadataPath

  • All Implemented Interfaces:
    Serializable

    public class InvalidMetadataPath
    extends Exception
    Indicates that one or more levels of a data source metadata is invalid.
    Since:
    3.0
    Author:
    Magnus Rylander
    See Also:
    Serialized Form
    • Constructor Detail

      • InvalidMetadataPath

        public InvalidMetadataPath​(String message)
        Creates a new InvalidMetadataPath instance.
        Parameters:
        message - an error message
        Since:
        3.0