Package com.yahoo.log
Class InvalidLogFormatException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.yahoo.log.InvalidLogFormatException
-
- All Implemented Interfaces:
java.io.Serializable
public class InvalidLogFormatException extends java.lang.Exception
This (checked) exception is used to flag invalid log messages, primarily for use in the factory methods of LogMessage.- Author:
- Bjorn Borud
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidLogFormatException()
InvalidLogFormatException(java.lang.String msg)
InvalidLogFormatException(java.lang.String msg, java.lang.Throwable cause)
-