XBRLAPI

A Java API for XBRL


org.xbrlapi.xmlbase
Class XMLBaseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.xbrlapi.xmlbase.XMLBaseException
All Implemented Interfaces:
Serializable

public class XMLBaseException
extends Exception

See Also:
Serialized Form

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

XMLBaseException

public XMLBaseException()

XMLBaseException

public XMLBaseException(Throwable e)

XMLBaseException

public XMLBaseException(String reason)

XMLBaseException

public XMLBaseException(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.