com.ihr.xbrl.om.errors
Class XBRLRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.ihr.xbrl.om.errors.XBRLRuntimeException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
XBRLInterruptedException, XDTRuntimeException

public class XBRLRuntimeException
extends java.lang.RuntimeException

Standard runtime error while working with XBRL objects. This is for example when an object cannot be created for the parameters supplied and things like that.

Author:
Ignacio
See Also:
Serialized Form

Constructor Summary
XBRLRuntimeException(java.lang.String string, XBRLInconsistency e)
           
XBRLRuntimeException(java.lang.String string, XBRLSerializationException e)
           
XBRLRuntimeException(java.lang.String string, XBRLValidationException e)
           
 
Method Summary
 int getCode()
           
 XBRLInconsistency getInconsistency()
           
 XBRLSerializationException getSerializationException()
           
 XBRLValidationException getValidationException()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XBRLRuntimeException

public XBRLRuntimeException(java.lang.String string,
                            XBRLValidationException e)
Parameters:
string -
e -

XBRLRuntimeException

public XBRLRuntimeException(java.lang.String string,
                            XBRLSerializationException e)
Parameters:
string -
e -

XBRLRuntimeException

public XBRLRuntimeException(java.lang.String string,
                            XBRLInconsistency e)
Parameters:
message -
ex -
Method Detail

getValidationException

public XBRLValidationException getValidationException()

getSerializationException

public XBRLSerializationException getSerializationException()

getInconsistency

public XBRLInconsistency getInconsistency()

getCode

public int getCode()


Copyright 2006-2009 Reporting Standard S.L., C/ Torrecilla del Puerto 1, 28043, Madrid, Espaņa