
public interface ExceptionClassFilter<T> extends Child<T>, JslExceptionClassFilterCommType<T,ExceptionClassFilter<T>,Include<ExceptionClassFilter<T>>,Exclude<ExceptionClassFilter<T>>>
ExceptionClassFilter xsd type| Modifier and Type | Method and Description |
|---|---|
Exclude<ExceptionClassFilter<T>> |
createExclude()
Creates a new
exclude element |
Include<ExceptionClassFilter<T>> |
createInclude()
Creates a new
include element |
List<Exclude<ExceptionClassFilter<T>>> |
getAllExclude()
Returns all
exclude elements |
List<Include<ExceptionClassFilter<T>>> |
getAllInclude()
Returns all
include elements |
Exclude<ExceptionClassFilter<T>> |
getOrCreateExclude()
If not already created, a new
exclude element will be created and returned. |
Include<ExceptionClassFilter<T>> |
getOrCreateInclude()
If not already created, a new
include element will be created and returned. |
ExceptionClassFilter<T> |
removeAllExclude()
Removes all
exclude elements |
ExceptionClassFilter<T> |
removeAllInclude()
Removes all
include elements |
Include<ExceptionClassFilter<T>> getOrCreateInclude()
include element will be created and returned.
Otherwise, the first existing include element will be returned.includeInclude<ExceptionClassFilter<T>> createInclude()
include elementInclude> List<Include<ExceptionClassFilter<T>>> getAllInclude()
include elementsincludeExceptionClassFilter<T> removeAllInclude()
include elementsInclude> Exclude<ExceptionClassFilter<T>> getOrCreateExclude()
exclude element will be created and returned.
Otherwise, the first existing exclude element will be returned.excludeExclude<ExceptionClassFilter<T>> createExclude()
exclude elementExclude> List<Exclude<ExceptionClassFilter<T>>> getAllExclude()
exclude elementsexcludeExceptionClassFilter<T> removeAllExclude()
exclude elementsExclude> Copyright © 2025 JBoss by Red Hat. All rights reserved.