Uses of Enum Class
com.luciad.model.TLcdModelDecodeException.Category
Packages that use TLcdModelDecodeException.Category
-
Uses of TLcdModelDecodeException.Category in com.luciad.model
Methods in com.luciad.model that return TLcdModelDecodeException.CategoryModifier and TypeMethodDescriptionTLcdModelDecodeException.getCategory()Returns the category that classifies this decode failure.Returns the enum constant of this class with the specified name.static TLcdModelDecodeException.Category[]TLcdModelDecodeException.Category.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.luciad.model with parameters of type TLcdModelDecodeException.CategoryModifierConstructorDescriptionCreates a new exception with the given category and no detail message.TLcdModelDecodeException(TLcdModelDecodeException.Category aCategory, String aMessage) Creates a new exception with the given category and detail message.TLcdModelDecodeException(TLcdModelDecodeException.Category aCategory, String aMessage, Throwable aCause) Creates a new exception with the given category, detail message, and cause.TLcdModelDecodeException(TLcdModelDecodeException.Category aCategory, Throwable aCause) Creates a new exception with the given category and cause.