Uses of Class
de.pco.common.exceptions.PcoExceptionEnum
| Package | Description |
|---|---|
| de.pco.common.exceptions |
-
Uses of PcoExceptionEnum in de.pco.common.exceptions
Fields in de.pco.common.exceptions declared as PcoExceptionEnum Modifier and Type Field Description protected PcoExceptionEnumPcoException. level1errorMethods in de.pco.common.exceptions that return PcoExceptionEnum Modifier and Type Method Description static PcoExceptionEnumPcoExceptionEnum. valueOf(int value)Convertor from the int value to the value of the enumeratorstatic PcoExceptionEnumPcoExceptionEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static PcoExceptionEnum[]PcoExceptionEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.pco.common.exceptions with parameters of type PcoExceptionEnum Modifier and Type Method Description static PcoExceptionPcoExceptionEnum. getException(PcoExceptionEnum constant)static StringPcoExceptionEnum. getText(PcoExceptionEnum error)Constructors in de.pco.common.exceptions with parameters of type PcoExceptionEnum Constructor Description Warning(PcoExceptionEnum constant)