org.alltimeflashdreamer.filelister
Class FileListerException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavax.servlet.ServletException
              extended byorg.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

Field Summary
 
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 javax.servlet.ServletException
getRootCause
 
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

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 class
t - the Throwable to be stored by this exception