Package de.uni_kiel.rz.fdr.repl.error
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
Thrown when there was corrupted data in one of cau-repl's log files.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionLogEntryFormatException
(String message) Create a new instance of the exceptionLogEntryFormatException
(String message, Throwable cause) Create a new instance of the exception -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LogEntryFormatException
Create a new instance of the exception- Parameters:
message
- The message.
-
LogEntryFormatException
Create a new instance of the exception- Parameters:
message
- The message.cause
- The cause.
-