XBRLAPI

A Java API for XBRL


org.xbrlapi.xlink
Class XLinkException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.xbrlapi.xlink.XLinkException
All Implemented Interfaces:
Serializable

public class XLinkException
extends Exception

See Also:
Serialized Form

Constructor Summary
XLinkException()
           
XLinkException(String reason)
           
XLinkException(String reason, Exception e)
           
XLinkException(Throwable e)
           
 
Method Summary
 Throwable getCause()
           
 String getMessage()
           
 void printStackTrace()
           
 void printStackTrace(PrintStream s)
           
 void printStackTrace(PrintWriter s)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XLinkException

public XLinkException()

XLinkException

public XLinkException(Throwable e)

XLinkException

public XLinkException(String reason)

XLinkException

public XLinkException(String reason,
                      Exception e)
Method Detail

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

Get Java XBRL API implementation at SourceForge.net.