COM.hugin.HAPI
Class ExceptionError

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

ExceptionError

public ExceptionError()

ExceptionError

public ExceptionError(java.lang.String msg)