Class InvalidMetadataException

All Implemented Interfaces:
Serializable

public class InvalidMetadataException extends IllegalStateException
Thrown when a metadata is in a invalid state or has illegal property values.
Since:
0.3
See Also:
  • Constructor Details

    • InvalidMetadataException

      public InvalidMetadataException(String message)
      Creates a new exception with the specified detail message.
      Parameters:
      message - the details message, or null if none.
    • InvalidMetadataException

      public InvalidMetadataException(Throwable cause)
      Creates a new exception with the specified cause. The details message is copied from the cause.
      Parameters:
      cause - the cause, or null if none.
      Since:
      0.8
    • InvalidMetadataException

      public InvalidMetadataException(String message, Throwable cause)
      Creates a new exception with the specified detail message and cause.
      Parameters:
      message - the details message, or null if none.
      cause - the cause, or null if none.
      Since:
      0.8