Package io.activej.common.exception
Class MalformedDataException
java.lang.Object
java.lang.Throwable
java.lang.Exception
io.activej.common.exception.MalformedDataException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InvalidSizeException,TruncatedDataException,UnexpectedDataException,UnknownFormatException
An exception that represents malformed data
This a generic parsing exception
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMalformedDataException(String message) MalformedDataException(String message, Throwable cause) MalformedDataException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MalformedDataException
public MalformedDataException() -
MalformedDataException
-
MalformedDataException
-
MalformedDataException
-