Class MetadataException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.gvsig.tools.exception.BaseException
org.gvsig.tools.exception.ListBaseException
org.gvsig.metadata.exceptions.MetadataException
All Implemented Interfaces:
Serializable, Iterable, Collection, List, SequencedCollection, org.gvsig.tools.exception.IBaseException
Direct Known Subclasses:
AddMetadataDefinitionException, InvalidMetadataNamespaceException

public class MetadataException extends org.gvsig.tools.exception.ListBaseException
See Also:
  • Constructor Details

    • MetadataException

      public MetadataException(Throwable cause)
    • MetadataException

      protected MetadataException(String messageFormat, String messageKey, long code)
    • MetadataException

      protected MetadataException(String messageFormat, Throwable cause, String messageKey, long code)
    • MetadataException

      public MetadataException(String messageFormat, Throwable cause)