public class FilterException extends Exception
| Modifier and Type | Field and Description |
|---|---|
protected static long |
serialVersionUID
For interoperability with possible future changes.
|
| Constructor and Description |
|---|
FilterException(Class<Filter> filter,
String explanation,
Exception e)
Constructs a new instance of FilterException using an explanation.
|
FilterException(Exception e)
Constructs a new instance of FilterException.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getClassName() |
Exception |
getEncapsulatedException()
Returns the encapsulated exception.
|
String |
getMessage()
Returns the detail message string of the exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprotected static final long serialVersionUID
public FilterException(Class<Filter> filter, String explanation, Exception e)
filter - the filter that was executed.explanation - a possibly null string containing additional detail
about this exception.e - the real exception encapsulated.public FilterException(Exception e)
e - the real exception encapsulated.public String getClassName()
public String getMessage()
getMessage in class Throwablepublic Exception getEncapsulatedException()
Copyright © 2024 Denodo Technologies. All rights reserved.