COM.hugin.HAPI
Class ExceptionHugeArray

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by COM.hugin.HAPI.ExceptionHugin
              extended by COM.hugin.HAPI.ExceptionHugeArray
All Implemented Interfaces:
java.io.Serializable

public class ExceptionHugeArray
extends ExceptionHugin

An ExceptionHugeArray exception is thrown if Table.getData() detects that the size of the table is larger than Integer.MAX_VALUE.

See Also:
Serialized Form

Constructor Summary
ExceptionHugeArray()
           
ExceptionHugeArray(java.lang.String msg)
           
 
Method Summary
 
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

ExceptionHugeArray

public ExceptionHugeArray()

ExceptionHugeArray

public ExceptionHugeArray(java.lang.String msg)