COM.hugin.HAPI
Class ExceptionDemo

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

public class ExceptionDemo
extends ExceptionHugin

An ExceptionDemo exception is thrown if the Hugin software detects that the limits of the software have been exceeded. The Hugin Lite version is limited to 50 states and 500 cases, and the Hugin Classroom version is limited to 200 states and 2000 cases. All other versions are unlimited.

See Also:
Serialized Form

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

ExceptionDemo

public ExceptionDemo()

ExceptionDemo

public ExceptionDemo(java.lang.String msg)