Package org.apache.any23.validator
Class SerializationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.any23.validator.SerializationException
-
- All Implemented Interfaces:
Serializable
public class SerializationException extends Exception
Defines an error raised from theValidationReportSerializer
.- Author:
- Michele Mostarda (mostarda@fbk.eu)
- See Also:
ValidationReportSerializer
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SerializationException(String message)
SerializationException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-