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)
-
LoggerCreationException()
- Constructs an ConversionException with no detail message.
-
LoggerCreationException(String)
- Constructs an ConversionException with the specified detail message.
LoggerCreationException
public LoggerCreationException()
- Constructs an ConversionException with no detail message.
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