Class InvalidFeatureException

All Implemented Interfaces:
Serializable, LocalizedException

final class InvalidFeatureException extends IllegalArgumentException implements LocalizedException
Thrown when a feature fails at least one conformance test.
Since:
0.7
Version:
0.8
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      For cross-version compatibility.
      See Also:
    • message

      private final org.opengis.util.InternationalString message
      A description of the illegal feature.
  • Constructor Details

    • InvalidFeatureException

      InvalidFeatureException(org.opengis.util.InternationalString message)
      Creates a new exception with the given explanation message.
      Parameters:
      message - a description of the illegal feature.
  • Method Details

    • getInternationalMessage

      public org.opengis.util.InternationalString getInternationalMessage()
      Returns the message in various locales.
      Specified by:
      getInternationalMessage in interface LocalizedException
      Returns:
      the exception message.