Log4j 1.2.8

org.apache.log4j.lf5
Class LogLevelFormatException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.log4j.lf5.LogLevelFormatException
All Implemented Interfaces:
java.io.Serializable

public class LogLevelFormatException
extends java.lang.Exception

Thrown to indicate that the client has attempted to convert a string to one the LogLevel types, but the string does not have the appropriate format.

Author:
Michael J. Sikorsky<, Robert Shaw
See Also:
Serialized Form

Constructor Summary
LogLevelFormatException(java.lang.String message)
           
 
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

LogLevelFormatException

public LogLevelFormatException(java.lang.String message)

Log4j 1.2.8

Copyright 2000-2002 Apache Software Foundation.