Enum Class TLcdModelDecodeException.Category

java.lang.Object
java.lang.Enum<TLcdModelDecodeException.Category>
com.luciad.model.TLcdModelDecodeException.Category
All Implemented Interfaces:
Serializable, Comparable<TLcdModelDecodeException.Category>, Constable
Enclosing class:
TLcdModelDecodeException

public static enum TLcdModelDecodeException.Category extends Enum<TLcdModelDecodeException.Category>
A coarse, format-agnostic classification of the decode failure.

This enum intentionally contains only a small number of categories so that generic error-handling code (UI dialogs, retry logic, logging) can act on it without knowledge of the specific format being decoded.

Since:
2026.0.11
  • Enum Constant Details

  • Method Details

    • values

      public static TLcdModelDecodeException.Category[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static TLcdModelDecodeException.Category valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null