public class UnsupportedFilterException
extends org.eclipse.stardust.common.error.PublicException
| Constructor and Description |
|---|
UnsupportedFilterException(org.eclipse.stardust.common.error.ErrorCase errorCase)
Creates the exception with the provided message.
|
UnsupportedFilterException(org.eclipse.stardust.common.error.ErrorCase errorCase,
FilterCriterion filter)
Creates the exception with the provided message and invalid filter criterion.
|
UnsupportedFilterException(String message)
Deprecated.
|
UnsupportedFilterException(String message,
FilterCriterion filter)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
FilterCriterion |
getFilter()
Gets the unsupported filter criterion causing the exception.
|
getError, getInner, getLocalizedMessage, isLogged, setLogged, setResourceBundleaddSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnsupportedFilterException(String message)
public UnsupportedFilterException(org.eclipse.stardust.common.error.ErrorCase errorCase)
errorCase - the specific ErrorCase for this exceptionpublic UnsupportedFilterException(String message, FilterCriterion filter)
public UnsupportedFilterException(org.eclipse.stardust.common.error.ErrorCase errorCase,
FilterCriterion filter)
errorCase - the specific ErrorCase for this exceptionfilter - the unsupported filter criterionpublic FilterCriterion getFilter()
Copyright © 2016 Eclipse Stardust. All Rights Reserved.