corny.addressbook.searching.Filter
Class FilterParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by corny.addressbook.searching.Filter.FilterParseException
All Implemented Interfaces:
java.io.Serializable

public class FilterParseException
extends java.lang.Exception

Exception class which is thrown whenever a parsing error occurs during Filter creation.

Author:
Corny
See Also:
Serialized Form

Method Summary
 int getOffset()
           
 java.lang.String getShortMessage()
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getShortMessage

public java.lang.String getShortMessage()
Returns:
The short message, without information about the Filter class which raised this exception-

getOffset

public int getOffset()
Returns:
Offset in the regular expression