com.ihr.xbrl.tools.excel
Class SheetPointAccessException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ihr.xbrl.tools.excel.SheetPointException
              extended by com.ihr.xbrl.tools.excel.SheetPointAccessException
All Implemented Interfaces:
java.io.Serializable

public class SheetPointAccessException
extends SheetPointException

Generated when the cell pointed to by the SheetPoint cannot be referenced because the cell does not exists or any other problem with the cell content

Author:
Ignacio
See Also:
Serialized Form

Constructor Summary
SheetPointAccessException(java.lang.String message, SheetPoint sp)
           
SheetPointAccessException(java.lang.String message, SheetPoint sp, java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class com.ihr.xbrl.tools.excel.SheetPointException
getSheetPoint
 
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

SheetPointAccessException

public SheetPointAccessException(java.lang.String message,
                                 SheetPoint sp)
Parameters:
message -

SheetPointAccessException

public SheetPointAccessException(java.lang.String message,
                                 SheetPoint sp,
                                 java.lang.Throwable cause)
Parameters:
message -
cause -