public abstract class

XAdES4jException

extends Exception
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ xades4j.XAdES4jException
Known Direct Subclasses
Known Indirect Subclasses

Class Overview

Base class for all the library exceptions.

Summary

Protected Constructors
XAdES4jException()
Creates a new instance of XAdES4jException without detail message.
XAdES4jException(String msg)
Constructs an instance of XAdES4jException with the specified detail message.
XAdES4jException(Throwable cause)
Constructs an instance of XAdES4jException with the specified cause.
XAdES4jException(String message, Throwable cause)
Constructs an instance of XAdES4jException with the specified detail message and cause.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Protected Constructors

protected XAdES4jException ()

Creates a new instance of XAdES4jException without detail message.

protected XAdES4jException (String msg)

Constructs an instance of XAdES4jException with the specified detail message.

Parameters
msg the detail message.

protected XAdES4jException (Throwable cause)

Constructs an instance of XAdES4jException with the specified cause.

Parameters
cause the cause.

protected XAdES4jException (String message, Throwable cause)

Constructs an instance of XAdES4jException with the specified detail message and cause.

Parameters
message the detail message
cause the cause