COM.hugin.HAPI
Class ExceptionBadKBType

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by COM.hugin.HAPI.ExceptionHugin
              extended by COM.hugin.HAPI.ExceptionBadKBType
All Implemented Interfaces:
java.io.Serializable

public class ExceptionBadKBType
extends ExceptionHugin

An ExceptionBadKBType exception is thrown when an attempt is made to open a Hugin KB (HKB) file of the wrong type for the operation used. There exist two types of HKB files: HKB files containing domains, and HKB files containing class collections. The first type of HKB files is accepted by the Domain constructors that open HKB files. The second type of HKB files is accepted by the corresponding ClassCollection constructors.

See Also:
Serialized Form

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

ExceptionBadKBType

public ExceptionBadKBType()

ExceptionBadKBType

public ExceptionBadKBType(java.lang.String msg)