jodd.io.findfile
Class FindFileException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jodd.exception.UncheckedException
jodd.io.findfile.FindFileException
- All Implemented Interfaces:
- java.io.Serializable
public class FindFileException
- extends UncheckedException
Exception during finding files or classes.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
FindFileException
public FindFileException(java.lang.Throwable t)
FindFileException
public FindFileException()
FindFileException
public FindFileException(java.lang.String message)
FindFileException
public FindFileException(java.lang.String message,
java.lang.Throwable t)
Copyright © 2003-2012 Jodd Team