Uses of Enum Class
org.openhab.core.automation.parser.ValidationException.ObjectType
Packages that use ValidationException.ObjectType
-
Uses of ValidationException.ObjectType in org.openhab.core.automation.parser
Methods in org.openhab.core.automation.parser that return ValidationException.ObjectTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ValidationException.ObjectType[]
ValidationException.ObjectType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.openhab.core.automation.parser with parameters of type ValidationException.ObjectTypeModifierConstructorDescriptionValidationException
(ValidationException.ObjectType type, @Nullable String uid, @Nullable String message) Creates a new instance with the specified type, UID and message.ValidationException
(ValidationException.ObjectType type, @Nullable String uid, @Nullable String message, @Nullable Throwable cause) Creates a new instance with the specified type, UID, message and cause.ValidationException
(ValidationException.ObjectType type, @Nullable String uid, @Nullable String message, @Nullable Throwable cause, boolean enableSuppression, boolean writableStackTrace) Creates a new instance with the specified type, UID, message and cause.ValidationException
(ValidationException.ObjectType type, @Nullable String uid, @Nullable Throwable cause) Creates a new instance with the specified type, UID and cause.