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
Denotes that an invalid data format was found.
- Since:
- 1.13
- Author:
- Holger Knoche
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidFormatException(String message) Creates a new instance using the given data.InvalidFormatException(String message, Throwable cause) Creates a new instance using the given data. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidFormatException
Creates a new instance using the given data.- Parameters:
message- The message for this exception
-
InvalidFormatException
Creates a new instance using the given data.- Parameters:
message- The message for this exceptioncause- The cause of the exception
-