sdsu.logging
Class LoggerCreationException

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

public class LoggerCreationException
extends java.lang.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)
See Also:
Serialized Form

Constructor Summary
LoggerCreationException()
          Constructs an ConversionException with no detail message.
LoggerCreationException(java.lang.String s)
          Constructs an ConversionException with the specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LoggerCreationException

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

LoggerCreationException

public LoggerCreationException(java.lang.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