Package org.apache.log4j.lf5.viewer
Class LogTableColumnFormatException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.log4j.lf5.viewer.LogTableColumnFormatException
-
- All Implemented Interfaces:
java.io.Serializable
public class LogTableColumnFormatException 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.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description LogTableColumnFormatException(java.lang.String message)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-