org.alltimeflashdreamer.filelister
Class FileListerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.servlet.ServletException
org.alltimeflashdreamer.filelister.FileListerException
- All Implemented Interfaces:
- Serializable
- public class FileListerException
- extends ServletException
Title: FileListerException
Description: Comments the application-specific errors that may occur during program
execution. All the error messages are hard-coded within this class.
Organization: All Time Flash Dreamer
- Version:
- 0.5.1
- Author:
- Copyright (c) 2002-2004 by Florian
Steinsiepe
- See Also:
- Serialized Form
Fields inherited from class java.lang.Exception |
|
Constructor Summary |
FileListerException(int iTextIndex)
Calls the superclass' constructor with the text referenced by iTextIndex. |
FileListerException(int iTextIndex,
Throwable t)
Calls the superclass' constructor with the text referenced by iTextIndex and
the given Throwable. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
FileListerException
public FileListerException(int iTextIndex)
- Calls the superclass' constructor with the text referenced by iTextIndex.
- Parameters:
iTextIndex
- the index of the text to be shown, as defined with this
class
FileListerException
public FileListerException(int iTextIndex,
Throwable t)
- Calls the superclass' constructor with the text referenced by iTextIndex and
the given Throwable.
- Parameters:
iTextIndex
- the index of the text to be shown, as defined with this
classt
- the Throwable to be stored by this exception