COM.hugin.HAPI
Class ExceptionHugin

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by COM.hugin.HAPI.ExceptionHugin
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ExceptionArgumentNotAlive, ExceptionBadKBFormat, ExceptionBadKBPassword, ExceptionBadKBType, ExceptionBadKBVersion, ExceptionCaseStateTooLarge, ExceptionCGEvidenceIncorporated, ExceptionCGLIMIDsNotSupported, ExceptionChainGraph, ExceptionCompressed, ExceptionComputationFailed, ExceptionCyclicFunctionalDependency, ExceptionCyclicInstanceHierarchy, ExceptionCyclicNetwork, ExceptionDemo, ExceptionDivisionByZero, ExceptionEnumeration, ExceptionError, ExceptionExpiredLicense, ExceptionFastRetraction, ExceptionFunctionalDependency, ExceptionHugeArray, ExceptionIllegalBinding, ExceptionInappropriateArguments, ExceptionInconsistencyOrUnderflow, ExceptionInsufficientStateRange, ExceptionInvalidEvidence, ExceptionInvalidExpression, ExceptionInvalidLicense, ExceptionInvalidName, ExceptionInvalidProbabilityPotential, ExceptionInvalidStateValues, ExceptionIO, ExceptionJNI, ExceptionLocale, ExceptionLowDensity, ExceptionMemory, ExceptionNoEquilibrium, ExceptionNormalization, ExceptionNotCompiled, ExceptionNoValue, ExceptionObjectNotAlive, ExceptionOverflow, ExceptionParse, ExceptionRounding, ExceptionSizeTooLarge, ExceptionSyntax, ExceptionTableTooLarge, ExceptionTwice, ExceptionUsage, ExceptionZeroVariance

public class ExceptionHugin
extends java.lang.Exception

The ExceptionHugin class is the base class of all exception classes in the Hugin Java API.

See Also:
Serialized Form

Constructor Summary
ExceptionHugin(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

ExceptionHugin

public ExceptionHugin(java.lang.String msg)