COM.hugin.HAPI
Class ExceptionError

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

public class ExceptionError
extends ExceptionHugin

An ExceptionError exception is thrown if an internal error in the Hugin API is detected. This should not happen.

See Also:
Serialized Form

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

ExceptionError

public ExceptionError()

ExceptionError

public ExceptionError(java.lang.String msg)