Class MetadataException

All Implemented Interfaces:
Serializable

public class MetadataException extends CompoundException
Base class for all metadata specific exceptions.
Author:
Drew Noakes https://drewnoakes.com
See Also:
  • Constructor Details

    • MetadataException

      public MetadataException(String msg)
    • MetadataException

      public MetadataException(Throwable exception)
    • MetadataException

      public MetadataException(String msg, Throwable innerException)