|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.visioglobe.libVisioDevKit.VgErrorCode
public final class VgErrorCode
Engine error codes.
Field Summary | |
---|---|
static VgErrorCode |
eConfigAndLicenseErrorMax
The maximum possible config and licence error. |
static VgErrorCode |
eConfigFileMissingOrEmptyError
Could not find configuration file or it is empty |
static VgErrorCode |
eDatabaseBadDatasetError
VgIDatabase::selectDataset: Cannot find the specified dataset |
static VgErrorCode |
eDatabaseConfigurationError
VgIDatabase::loadConfiguration: Cannot load configuration (VgConfig is NULL). |
static VgErrorCode |
eInvalidConfigErrorBadLoad
Could not load config file (loadFromContent failed) |
static VgErrorCode |
eInvalidConfigErrorBadXML
Invalid Configuration File: Bad XML parse (modified by hand? corrupted?) |
static VgErrorCode |
eInvalidFile
Invalid file. |
static VgErrorCode |
eInvalidLicenseError
Configuration Errors (internal VgConfig) |
static VgErrorCode |
eInvalidLicenseErrorBadXML
Invalid License: Bad XML parse (modified by hand?) |
static VgErrorCode |
eInvalidLicenseErrorInvalidMachines
Invalid License Machine. |
static VgErrorCode |
eInvalidLicenseErrorInvalidSDK
Invalid License SDK. |
static VgErrorCode |
eInvalidLicenseErrorInvalidSDKorMachines
Possible either eInvalidLicenseErrorInvalidSDK or eInvalidLicenseErrorInvalidMachines. |
static VgErrorCode |
eInvalidLicenseErrorInvalidSecret
Invalid License: Incorrect secret code |
static VgErrorCode |
eInvalidLicenseRenewFailure
Failure while renewing or fetching license. |
static VgErrorCode |
eInvalidOperation
Invalid operation. |
static VgErrorCode |
eManipulatorError
VgIManipulatorManager::selectManipulator: Cannot find the specified manipulator. |
static VgErrorCode |
eNbErrors
The maximum possible error number. |
static VgErrorCode |
eNoError
No error has occurred. |
static VgErrorCode |
eOtherErrors
Other errors |
static VgErrorCode |
eViewerArchiveParseError
Error Parsing Archive on loadDataset() |
static VgErrorCode |
eViewerDatasetIndexError
Invalid Dataset Index (larger than number of datasets?) |
static VgErrorCode |
eViewerDatasetNoValidLayerFound
Error on Dataset no valid layer found (maybe no Data is licensed. |
static VgErrorCode |
eViewerDatasetProjectionError
Error on Dataset Projection (probably problem with mixing multiple projections) |
static VgErrorCode |
eViewerErrorMax
The maximum possible viewer error IMPORANT: This should always be the last item in the Viewer section. |
static VgErrorCode |
eViewerRenderingTechniqueError
Cannot load RenderingTechniques |
Method Summary | |
---|---|
static VgErrorCode |
swigToEnum(int swigValue)
|
int |
swigValue()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final VgErrorCode eNoError
public static final VgErrorCode eInvalidLicenseError
public static final VgErrorCode eInvalidLicenseRenewFailure
public static final VgErrorCode eInvalidLicenseErrorInvalidSDK
public static final VgErrorCode eInvalidLicenseErrorInvalidMachines
public static final VgErrorCode eInvalidLicenseErrorInvalidSDKorMachines
public static final VgErrorCode eInvalidLicenseErrorBadXML
public static final VgErrorCode eInvalidLicenseErrorInvalidSecret
public static final VgErrorCode eConfigFileMissingOrEmptyError
public static final VgErrorCode eInvalidConfigErrorBadXML
public static final VgErrorCode eInvalidConfigErrorBadLoad
public static final VgErrorCode eConfigAndLicenseErrorMax
public static final VgErrorCode eViewerArchiveParseError
public static final VgErrorCode eViewerDatasetIndexError
public static final VgErrorCode eViewerDatasetProjectionError
public static final VgErrorCode eViewerDatasetNoValidLayerFound
public static final VgErrorCode eViewerRenderingTechniqueError
public static final VgErrorCode eViewerErrorMax
public static final VgErrorCode eOtherErrors
public static final VgErrorCode eManipulatorError
public static final VgErrorCode eDatabaseConfigurationError
public static final VgErrorCode eDatabaseBadDatasetError
public static final VgErrorCode eInvalidFile
public static final VgErrorCode eInvalidOperation
public static final VgErrorCode eNbErrors
Method Detail |
---|
public final int swigValue()
public java.lang.String toString()
toString
in class java.lang.Object
public static VgErrorCode swigToEnum(int swigValue)
|
VisioDevKit 2.0, Visioglobe® 2013 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |