Uses of Enum Class
edu.university.ecs.lab.common.error.Error
Packages that use Error
Package
Description
Provides an enumeration for handling errors within the tool for the creation of the end product.
-
Uses of Error in edu.university.ecs.lab.common.error
Methods in edu.university.ecs.lab.common.error that return ErrorModifier and TypeMethodDescriptionstatic ErrorReturns the enum constant of this class with the specified name.static Error[]Error.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in edu.university.ecs.lab.common.error with parameters of type ErrorModifier and TypeMethodDescriptionstatic voidError.reportAndExit(Error error, Optional<Exception> exception) Prints the error message to standard error and exits the program with the error code.