com.usefullittlethings.saw.model.exception
Class UnsupportedPatternException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.usefullittlethings.saw.model.exception.UnsupportedPatternException
All Implemented Interfaces:
java.io.Serializable

public class UnsupportedPatternException
extends java.lang.Exception

Exception thrown when a search contoller or plug-in a asked to perform its function using a pattern it does not support.

See Also:
PluginIfc.LINEAR, PluginIfc.BLOCK, PluginIfc.SINGLE_BLOCK, Serialized Form

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

Constructor Detail

UnsupportedPatternException

public UnsupportedPatternException()

UnsupportedPatternException

public UnsupportedPatternException(int pattern,
                                   java.lang.String message)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Throwable