COM.hugin.HAPI
Class ExceptionHugin

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byCOM.hugin.HAPI.ExceptionHugin
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ExceptionArgumentNotAlive, ExceptionBadKBFormat, ExceptionBadKBPassword, ExceptionBadKBVersion, ExceptionCaseStateTooLarge, ExceptionCGEvidenceIncorporated, ExceptionCGLIMIDsNotSupported, ExceptionChainGraph, ExceptionCompressed, ExceptionComputationFailed, ExceptionCyclicInstanceHierarchy, ExceptionCyclicNetwork, ExceptionDemo, ExceptionDivisionByZero, ExceptionEnumeration, ExceptionError, ExceptionExpiredLicense, ExceptionFastRetraction, 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)
           
 
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)