| java.lang.Object | |||
| ↳ | java.lang.Throwable | ||
| ↳ | java.lang.Exception | ||
| ↳ | xades4j.XAdES4jException | ||
Base class for all the library exceptions.
| Protected Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new instance of
XAdES4jException without detail message. | |||||||||||
Constructs an instance of
XAdES4jException with the specified detail message. | |||||||||||
Constructs an instance of
XAdES4jException with the specified 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
| |||||||||||
Creates a new instance of XAdES4jException without detail message.
Constructs an instance of XAdES4jException with the specified detail message.
| msg | the detail message. |
|---|
Constructs an instance of XAdES4jException with the specified cause.
| cause | the cause. |
|---|
Constructs an instance of XAdES4jException with the specified
detail message and cause.
| message | the detail message |
|---|---|
| cause | the cause |