de.hawlitzek.logparser
Class InvalidLogEntryException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--de.hawlitzek.logparser.InvalidLogEntryException
All Implemented Interfaces:
java.io.Serializable

public class InvalidLogEntryException
extends java.lang.Exception

This exceptions represents an invalid format for a log file. E.g. it could occur, if the file you are parsing is no log file or a log file of a unsupported format.

Author:
Florian Hawlitzek, Hawlitzek IT-Consulting GmbH
See Also:
Serialized Form

Constructor Summary
InvalidLogEntryException()
          InvalidLogEntryException constructor comment.
InvalidLogEntryException(java.lang.String s)
          InvalidLogEntryException constructor comment.
 
Method Summary
 java.lang.String getMessage()
          returns the error message
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

InvalidLogEntryException

public InvalidLogEntryException()
InvalidLogEntryException constructor comment.


InvalidLogEntryException

public InvalidLogEntryException(java.lang.String s)
InvalidLogEntryException constructor comment.

Parameters:
s - java.lang.String
Method Detail

getMessage

public java.lang.String getMessage()
returns the error message

Overrides:
getMessage in class java.lang.Throwable
Returns:
java.lang.String