|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.usefullittlethings.saw.model.exception.UnsupportedPatternException
Exception thrown when a search contoller or plug-in a asked to perform its function using a pattern it does not support.
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 |
public UnsupportedPatternException()
public UnsupportedPatternException(int pattern,
java.lang.String message)
| Method Detail |
public java.lang.String toString()
toString in class java.lang.Throwable
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||