com.ihr.xbrl.tools.excel
Class InvalidRegionException

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.InvalidRegionException
All Implemented Interfaces:
java.io.Serializable

public class InvalidRegionException
extends SheetPointException

Exception thrown if two SheetPoints are not in the same sheet and cannot define a region

Author:
Ignacio
See Also:
Serialized Form

Constructor Summary
InvalidRegionException(SheetPoint corner1, SheetPoint corner2)
           
 
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

InvalidRegionException

public InvalidRegionException(SheetPoint corner1,
                              SheetPoint corner2)
Parameters:
corner1 -
corner2 -