Stay organized with collections
Save and categorize content based on your preferences.
public final class ErrorFilter
Defines the types of errors to be captured in an error scope.
Summary
Constants |
static final int |
Captures internal implementation errors.
|
static final int |
Captures out-of-memory errors.
|
static final int |
Captures validation errors.
|
Constants
public static final int Internal = 3
Captures internal implementation errors.
public static final int OutOfMemory = 2
Captures out-of-memory errors.
public static final int Validation = 1
Captures validation errors.
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2026-06-24 UTC.
[null,null,["Last updated 2026-06-24 UTC."],[],[]]