com.ihr.xbrl.om.errors
Class XBRLSerializationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ihr.xbrl.om.errors.XBRLSerializationException
All Implemented Interfaces:
java.io.Serializable

public class XBRLSerializationException
extends java.lang.Exception

Generated when errors occurs during the serialization of the objects in XML fragments, documents, attributes etc. Encapsulates IOExceptions and other XML API exceptions.

Author:
Ignacio
See Also:
Serialized Form

Field Summary
static int SERIALIZATION_EXCEPTION
           
 
Constructor Summary
XBRLSerializationException(java.lang.String string)
           
XBRLSerializationException(java.lang.String string, java.lang.Exception e)
           
 
Method Summary
 int getCode()
           
 
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
 

Field Detail

SERIALIZATION_EXCEPTION

public static final int SERIALIZATION_EXCEPTION
See Also:
Constant Field Values
Constructor Detail

XBRLSerializationException

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

XBRLSerializationException

public XBRLSerializationException(java.lang.String string)
Parameters:
string -
Method Detail

getCode

public int getCode()


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