com.generationjava.io.find
Class FinderException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.generationjava.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

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)


Copyright © 2000-2003 OSJava. All Rights Reserved.