COM.hugin.HAPI
Class ExceptionSizeTooLarge

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byCOM.hugin.HAPI.ExceptionHugin
              extended byCOM.hugin.HAPI.ExceptionSizeTooLarge
All Implemented Interfaces:
java.io.Serializable

public class ExceptionSizeTooLarge
extends ExceptionHugin

An ExceptionSizeTooLarge exception is thrown when the size of an object is requested, and the true size of the object cannot be represented. This means that the size is too large for a 32-bit integer (when using a 32-bit Hugin API) or too large for a 64-bit integer (when using a 64-bit Hugin API).

See Also:
Serialized Form

Constructor Summary
ExceptionSizeTooLarge()
           
ExceptionSizeTooLarge(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

ExceptionSizeTooLarge

public ExceptionSizeTooLarge()

ExceptionSizeTooLarge

public ExceptionSizeTooLarge(java.lang.String msg)