Uses of Class
org.nameapi.client.services.development.exceptionthrower.ExceptionType
-
Packages that use ExceptionType Package Description org.nameapi.client.services.development.exceptionthrower -
-
Uses of ExceptionType in org.nameapi.client.services.development.exceptionthrower
Methods in org.nameapi.client.services.development.exceptionthrower that return ExceptionType Modifier and Type Method Description ExceptionTypeExceptionThrowerParams. getExceptionType()static ExceptionTypeExceptionType. valueOf(String name)Returns the enum constant of this type with the specified name.static ExceptionType[]ExceptionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.nameapi.client.services.development.exceptionthrower with parameters of type ExceptionType Modifier and Type Method Description ExceptionThrowerParams.BuilderExceptionThrowerParams.Builder. exceptionType(ExceptionType exceptionType)Constructors in org.nameapi.client.services.development.exceptionthrower with parameters of type ExceptionType Constructor Description ExceptionThrowerParams(ExceptionType exceptionType, int exceptionChance)
-