Class InvalidFormatException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
kieker.analysis.plugin.reader.newio.deserializer.InvalidFormatException
All Implemented Interfaces:
Serializable

public class InvalidFormatException extends RuntimeException
Denotes that an invalid data format was found.
Since:
1.13
Author:
Holger Knoche
See Also:
  • Constructor Details

    • InvalidFormatException

      public InvalidFormatException(String message)
      Creates a new instance using the given data.
      Parameters:
      message - The message for this exception
    • InvalidFormatException

      public InvalidFormatException(String message, Throwable cause)
      Creates a new instance using the given data.
      Parameters:
      message - The message for this exception
      cause - The cause of the exception