Uses of Enum
com.tick42.glue.desktop.intents.IntentException.Type
Packages that use IntentException.Type
-
Uses of IntentException.Type in com.tick42.glue.desktop.intents
Methods in com.tick42.glue.desktop.intents that return IntentException.TypeModifier and TypeMethodDescriptionstatic IntentException.TypeReturns the enum constant of this type with the specified name.static IntentException.Type[]IntentException.Type.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.tick42.glue.desktop.intents that return types with arguments of type IntentException.TypeConstructors in com.tick42.glue.desktop.intents with parameters of type IntentException.TypeModifierConstructorDescriptionIntentException(String message, IntentException.Type type) IntentException(String message, IntentException.Type type, Throwable cause)