org.apache.commons.io.find
Class FinderException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.apache.commons.io.find.FinderException
All Implemented Interfaces:
java.io.Serializable

public class FinderException
extends java.lang.RuntimeException

Something went wrong in the finding.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.RuntimeException
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
FinderException()
           
FinderException(java.lang.String msg)
           
FinderException(java.lang.String msg, java.lang.Throwable t)
           
FinderException(java.lang.Throwable t)
           
 
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()

FinderException

public FinderException(java.lang.String msg)

FinderException

public FinderException(java.lang.Throwable t)

FinderException

public FinderException(java.lang.String msg,
                       java.lang.Throwable t)