Packageorg.servebox.toolbox.globalization
Classpublic class GlobalizationDictionaryError
InheritanceGlobalizationDictionaryError Inheritance Error

Simple Error thrown when localization xml schema could not be load



Public Properties
 PropertyDefined by
  code : int
The code of the error.
GlobalizationDictionaryError
Public Methods
 MethodDefined by
  
GlobalizationDictionaryError(message:String = null, code:int = 0)
Creates a new GlobalizationDictionaryError.
GlobalizationDictionaryError
Property detail
codeproperty
public var code:int

The code of the error.

Constructor detail
GlobalizationDictionaryError()constructor
public function GlobalizationDictionaryError(message:String = null, code:int = 0)

Creates a new GlobalizationDictionaryError.

Parameters
message:String (default = null)
 
code:int (default = 0)