|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
COM.hugin.HAPI.ExceptionHugin
COM.hugin.HAPI.ExceptionBadKBType
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.
Constructor Summary | |
ExceptionBadKBType()
|
|
ExceptionBadKBType(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 |
public ExceptionBadKBType()
public ExceptionBadKBType(java.lang.String msg)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |