public class XLinkException
extends java.lang.Exception
Constructor and Description |
---|
XLinkException() |
XLinkException(java.lang.String reason) |
XLinkException(java.lang.String reason,
java.lang.Exception e) |
XLinkException(java.lang.Throwable e) |
Modifier and Type | Method and Description |
---|---|
java.lang.Throwable |
getCause() |
java.lang.String |
getMessage() |
void |
printStackTrace() |
void |
printStackTrace(java.io.PrintStream s) |
void |
printStackTrace(java.io.PrintWriter s) |
public XLinkException()
public XLinkException(java.lang.Throwable e)
public XLinkException(java.lang.String reason)
public XLinkException(java.lang.String reason, java.lang.Exception e)
public void printStackTrace()
printStackTrace
in class java.lang.Throwable
public void printStackTrace(java.io.PrintStream s)
printStackTrace
in class java.lang.Throwable
public void printStackTrace(java.io.PrintWriter s)
printStackTrace
in class java.lang.Throwable
public java.lang.Throwable getCause()
getCause
in class java.lang.Throwable
public java.lang.String getMessage()
getMessage
in class java.lang.Throwable