Uses of Enum Class
com.github.copilot.EventErrorPolicy
Packages that use EventErrorPolicy
-
Uses of EventErrorPolicy in com.github.copilot
Subclasses with type arguments of type EventErrorPolicy in com.github.copilotModifier and TypeClassDescriptionenumControls how event dispatch behaves when an event handler throws an exception.Methods in com.github.copilot that return EventErrorPolicyModifier and TypeMethodDescriptionstatic EventErrorPolicyReturns the enum constant of this class with the specified name.static EventErrorPolicy[]EventErrorPolicy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.github.copilot with parameters of type EventErrorPolicyModifier and TypeMethodDescriptionvoidCopilotSession.setEventErrorPolicy(EventErrorPolicy policy) Sets the error propagation policy for event dispatch.