Uses of Enum Class
edu.university.ecs.lab.common.error.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
Modifier and TypeMethodDescriptionstatic Error
Returns 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.Modifier and TypeMethodDescriptionstatic void
Error.reportAndExit
(Error error, Optional<Exception> exception) Prints the error message to standard error and exits the program with the error code.