com.devexperts.qd.kit
Class FilterSyntaxException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalArgumentException
                  extended by com.devexperts.qd.kit.FilterSyntaxException
All Implemented Interfaces:
java.io.Serializable

public class FilterSyntaxException
extends java.lang.IllegalArgumentException

Thrown to indicate that subscription filter pattern for PatternFilter or CompositeFilters has syntax errors.

See Also:
Serialized Form

Constructor Summary
FilterSyntaxException(java.lang.String message)
           
FilterSyntaxException(java.lang.String message, java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FilterSyntaxException

public FilterSyntaxException(java.lang.String message)

FilterSyntaxException

public FilterSyntaxException(java.lang.String message,
                             java.lang.Throwable cause)