COM.hugin.HAPI
Class ExceptionBadKBVersion

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

public class ExceptionBadKBVersion
extends ExceptionHugin

An ExceptionBadKBVersion exception is thrown when an attempt is made to open a Hugin KB file produced by an ancient (or a newer) version of the Hugin software. This means that the Hugin KB file was produced by a version of the Hugin API that is either older than version 5.0 or newer than the present version.

See Also:
Serialized Form

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

ExceptionBadKBVersion

public ExceptionBadKBVersion()

ExceptionBadKBVersion

public ExceptionBadKBVersion(java.lang.String msg)