FileDocCategorySizeDatePackage
LogLevelFormatException.javaAPI DocApache log4j 1.2.152724Sat Aug 25 00:09:38 BST 2007org.apache.log4j.lf5

LogLevelFormatException

public class LogLevelFormatException extends 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<
author
Robert Shaw

Fields Summary
Constructors Summary
public LogLevelFormatException(String message)

    super(message);
  
Methods Summary