org.eclipse.stardust.engine.api.query
Class UnsupportedFilterException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.eclipse.stardust.common.error.ApplicationException
                  extended by org.eclipse.stardust.common.error.PublicException
                      extended by org.eclipse.stardust.engine.api.query.UnsupportedFilterException
All Implemented Interfaces:
Serializable

public class UnsupportedFilterException
extends org.eclipse.stardust.common.error.PublicException

Will be thrown if filter criteria are not supported in the envisioned context.

Version:
$Revision$
Author:
rsauer
See Also:
Serialized Form

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

UnsupportedFilterException

public UnsupportedFilterException(String message)
Deprecated. 


UnsupportedFilterException

public UnsupportedFilterException(org.eclipse.stardust.common.error.ErrorCase errorCase)
Creates the exception with the provided message.

Parameters:
errorCase - the specific ErrorCase for this exception

UnsupportedFilterException

public UnsupportedFilterException(String message,
                                  FilterCriterion filter)
Deprecated. 


UnsupportedFilterException

public UnsupportedFilterException(org.eclipse.stardust.common.error.ErrorCase errorCase,
                                  FilterCriterion filter)
Creates the exception with the provided message and invalid filter criterion.

Parameters:
errorCase - the specific ErrorCase for this exception
filter - the unsupported filter criterion
Method Detail

getFilter

public FilterCriterion getFilter()
Gets the unsupported filter criterion causing the exception.

Returns:
the filter criterion


Copyright © 2017 Eclipse Stardust. All Rights Reserved.