org.apache.commons.finder
Class FinderException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.commons.finder.FinderException
All Implemented Interfaces:
java.io.Serializable

public class FinderException
extends java.lang.RuntimeException

Exception thrown when an error occurs during the find process.

Since:
1.1
Version:
$Id: FinderException.java 437543 2006-08-28 05:47:51Z bayard $
Author:
Henri Yandell
See Also:
Serialized Form

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

FinderException

public FinderException()
Constructor.


FinderException

public FinderException(java.lang.String msg)
Constructor taking a descriptive message.

Parameters:
msg - the message to use

FinderException

public FinderException(java.lang.Throwable th)
Constructor taking a throwable.

Parameters:
th - the throwable to wrap

FinderException

public FinderException(java.lang.String msg,
                       java.lang.Throwable th)
Constructor taking a message and throwable.

Parameters:
msg - the message to use
th - the throwable to wrap


Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved.