|
||||||||||
| 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
public abstract class XAdES4jException
Base class for all the library exceptions.
| Constructor Summary | |
|---|---|
XAdES4jException()
Creates a new instance of XAdES4jException without detail message. |
|
XAdES4jException(String msg)
Constructs an instance of XAdES4jException with the specified detail message. |
|
XAdES4jException(String message,
Throwable cause)
Constructs an instance of XAdES4jException 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 XAdES4jException()
XAdES4jException without detail message.
public XAdES4jException(String msg)
XAdES4jException with the specified detail message.
msg - the detail message.
public XAdES4jException(String message,
Throwable cause)
XAdES4jException with the specified
detail message and cause.
message - the detail messagecause - the cause
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||