FileDocCategorySizeDatePackage
LogTableColumnFormatException.javaAPI DocApache log4j 1.2.152789Sat Aug 25 00:09:38 BST 2007org.apache.log4j.lf5.viewer

LogTableColumnFormatException

public class LogTableColumnFormatException 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

Fields Summary
private static final long
serialVersionUID
Constructors Summary
public LogTableColumnFormatException(String message)


  //--------------------------------------------------------------------------
  //   Constants:
  //--------------------------------------------------------------------------

  //--------------------------------------------------------------------------
  //   Protected Variables:
  //--------------------------------------------------------------------------

  //--------------------------------------------------------------------------
  //   Private Variables:
  //--------------------------------------------------------------------------

  //--------------------------------------------------------------------------
  //   Constructors:
  //--------------------------------------------------------------------------

     
    super(message);
  
Methods Summary