| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.commons.finder.FinderException
public class FinderException
Exception thrown when an error occurs during the find process.
| Constructor Summary | |
|---|---|
FinderException()
Constructor.  | 
|
FinderException(java.lang.String msg)
Constructor taking a descriptive message.  | 
|
FinderException(java.lang.String msg,
                java.lang.Throwable th)
Constructor taking a message and throwable.  | 
|
FinderException(java.lang.Throwable th)
Constructor taking a throwable.  | 
|
| 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 | 
|---|
public FinderException()
public FinderException(java.lang.String msg)
msg - the message to usepublic FinderException(java.lang.Throwable th)
th - the throwable to wrap
public FinderException(java.lang.String msg,
                       java.lang.Throwable th)
msg - the message to useth - the throwable to wrap
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||