Class LogEntryFormatException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.uni_kiel.rz.fdr.repl.error.LogEntryFormatException
All Implemented Interfaces:
Serializable

public class LogEntryFormatException extends RuntimeException
Thrown when there was corrupted data in one of cau-repl's log files.
See Also:
  • Constructor Details

    • LogEntryFormatException

      public LogEntryFormatException(String message)
      Create a new instance of the exception
      Parameters:
      message - The message.
    • LogEntryFormatException

      public LogEntryFormatException(String message, Throwable cause)
      Create a new instance of the exception
      Parameters:
      message - The message.
      cause - The cause.