org.xbrlapi.utilities
Class XBRLException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.xbrlapi.utilities.XBRLException
- All Implemented Interfaces:
- Serializable
public class XBRLException
- extends Exception
- See Also:
- Serialized Form
XBRLException
public XBRLException()
XBRLException
public XBRLException(Throwable e)
XBRLException
public XBRLException(String reason)
XBRLException
public XBRLException(String reason,
Throwable e)
printStackTrace
public void printStackTrace()
- Overrides:
printStackTrace in class Throwable
printStackTrace
public void printStackTrace(PrintStream s)
- Overrides:
printStackTrace in class Throwable
printStackTrace
public void printStackTrace(PrintWriter s)
- Overrides:
printStackTrace in class Throwable
getCause
public Throwable getCause()
- Overrides:
getCause in class Throwable
getMessage
public String getMessage()
- Overrides:
getMessage in class Throwable