All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class sdsu.logging.LoggerCreationException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----sdsu.logging.LoggerCreationException

public class LoggerCreationException
extends Exception
Signals that an exception has occurred in trying to create a Logger.

Version:
1.0 4 January 1997
Author:
Roger Whitney (whitney@cs.sdsu.edu)

Constructor Index

 o LoggerCreationException()
Constructs an ConversionException with no detail message.
 o LoggerCreationException(String)
Constructs an ConversionException with the specified detail message.

Constructors

 o LoggerCreationException
 public LoggerCreationException()
Constructs an ConversionException with no detail message.

 o LoggerCreationException
 public LoggerCreationException(String s)
Constructs an ConversionException with the specified detail message. A detail message is a String that describes this particular exception.

Parameters:
s - the detail message

All Packages  Class Hierarchy  This Package  Previous  Next  Index