COM.hugin.HAPI
Class ExceptionSizeTooLarge

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

ExceptionSizeTooLarge

public ExceptionSizeTooLarge()

ExceptionSizeTooLarge

public ExceptionSizeTooLarge(java.lang.String msg)