|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
xades4j.XAdES4jException
xades4j.XAdES4jXMLSigException
public class XAdES4jXMLSigException
Thrown during sugnature production or verification when an error occurs that is relted to the core XML-DSIg processing and couldn't be further detailed.
| Constructor Summary | |
|---|---|
XAdES4jXMLSigException()
Creates a new instance of XAdES4jXMLSigException without detail message. |
|
XAdES4jXMLSigException(String msg)
Constructs an instance of XAdES4jXMLSigException with the specified detail message. |
|
XAdES4jXMLSigException(String message,
Throwable cause)
Constructs an instance of XAdES4jXMLSigException with the specified detail message and cause. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public XAdES4jXMLSigException()
XAdES4jXMLSigException without detail message.
public XAdES4jXMLSigException(String msg)
XAdES4jXMLSigException with the specified detail message.
msg - the detail message.
public XAdES4jXMLSigException(String message,
Throwable cause)
XAdES4jXMLSigException with the specified detail message and cause.
message - the detail message.cause - the cause.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||