|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.stardust.common.error.ApplicationException
org.eclipse.stardust.common.error.PublicException
org.eclipse.stardust.engine.api.query.UnsupportedFilterException
public class UnsupportedFilterException
Will be thrown if filter criteria are not supported in the envisioned context.
| Constructor Summary | |
|---|---|
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. |
|
| Method Summary | |
|---|---|
FilterCriterion |
getFilter()
Gets the unsupported filter criterion causing the exception. |
| Methods inherited from class org.eclipse.stardust.common.error.ApplicationException |
|---|
getError, getInner, getLocalizedMessage, isLogged, setLogged, setResourceBundle |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public UnsupportedFilterException(String message)
public UnsupportedFilterException(org.eclipse.stardust.common.error.ErrorCase errorCase)
errorCase - the specific ErrorCase for this exception
public 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 criterion| Method Detail |
|---|
public FilterCriterion getFilter()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||