Uses of Enum Class
ca.uhn.hl7v2.app.ServerConfiguration.ApplicationExceptionPolicy
Packages that use ServerConfiguration.ApplicationExceptionPolicy
-
Uses of ServerConfiguration.ApplicationExceptionPolicy in ca.uhn.hl7v2.app
Methods in ca.uhn.hl7v2.app that return ServerConfiguration.ApplicationExceptionPolicyModifier and TypeMethodDescriptionServerConfiguration.getApplicationExceptionPolicy()Returns the enum constant of this class with the specified name.ServerConfiguration.ApplicationExceptionPolicy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in ca.uhn.hl7v2.app with parameters of type ServerConfiguration.ApplicationExceptionPolicyModifier and TypeMethodDescriptionvoidServerConfiguration.setApplicationExceptionPolicy(ServerConfiguration.ApplicationExceptionPolicy applicationExceptionPolicy) Sets the server behaviour when aReceivingApplicationthrows an exception while processing a message.