XBRLAPI

A Java API for XBRL


org.xbrlapi.utilities
Class XBRLException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.xbrlapi.utilities.XBRLException
All Implemented Interfaces:
Serializable

public class XBRLException
extends Exception

See Also:
Serialized Form

Constructor Summary
XBRLException()
           
XBRLException(String reason)
           
XBRLException(String reason, Throwable e)
           
XBRLException(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

XBRLException

public XBRLException()

XBRLException

public XBRLException(Throwable e)

XBRLException

public XBRLException(String reason)

XBRLException

public XBRLException(String reason,
                     Throwable 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.