COM.hugin.HAPI
Class ExceptionHugeArray

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byCOM.hugin.HAPI.ExceptionHugin
              extended byCOM.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)
           
 
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)