Class DSSReportException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
eu.europa.esig.dss.validation.reports.DSSReportException
- All Implemented Interfaces:
Serializable
Exception to be thrown in case of JAXB Report marshaling or unmarshaling error
- See Also:
-
Constructor Summary
ConstructorDescriptionEmpty constructorDSSReportException
(String message) Constructor with an exception messageDSSReportException
(String message, Throwable cause) Constructor with a caused exception or error and a custom messageDSSReportException
(Throwable cause) Constructor with a caused exception or error -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DSSReportException
public DSSReportException()Empty constructor -
DSSReportException
Constructor with an exception message- Parameters:
message
-String
-
DSSReportException
Constructor with a caused exception or error- Parameters:
cause
-Throwable
-
DSSReportException
Constructor with a caused exception or error and a custom message
-