Packagesystem.serializers.eden
Classpublic class strings
Inheritancestrings Inheritance Object

The string messages used in the eden class.



Public Properties
 PropertyDefined By
  doesNotExist : String = "{0}" does not exists
[static] "{0}" does not exists
strings
  errorArray : String = bad array (unterminated array)
[static] Bad array (unterminated array)
strings
  errorComment : String = syntax error (comment)
[static] Syntax error (comment)
strings
  errorConstructor : String = bad constructor
[static]
strings
  errorFunction : String = bad function
[static] Bad function
strings
  errorIdentifier : String = bad identifier
[static] Bad identifier.
strings
  errorKeyword : String = syntax error
[static] Syntax error
strings
  errorLineTerminator : String = bad string (found line terminator in string)
[static] Bad string (found line terminator in string)
strings
  errorNumber : String = bad number (not finite)
[static] Bad number (not finite)
strings
  errorObject : String = bad object (unterminated object)
[static] Bad object (unterminated object)
strings
  errorString : String = bad string (unterminated string)
[static] Bad string (unterminated string)
strings
  extRefDoesNotExist : String = external reference "{0}" does not exists
[static] External reference "{0}" does not exists
strings
  futurReservedKeyword : String = "{0}" is a future reserved keyword
[static] "{0}" is a future reserved keyword.
strings
  malformedHexadecimal : String = bad number (malformed hexadecimal)
[static] Bad number (malformed hexadecimal)
strings
  notAuthorizedConstructor : String = "{0}" is not an authorized constructor
[static] "{0}" is not an authorized constructor
strings
  notAuthorizedExternalReference : String = "{0}" is not an authorized external reference
[static] "{0}" is not an authorized external reference
strings
  notAuthorizedFunction : String = "{0}" is not an authorized function
[static] "{0}" is not an authorized function
strings
  notAuthorizedPath : String = "{0}" is not an authorized path
[static] "{0}" is not an authorized path
strings
  notFunctionCallAllowed : String = function call "{0}( {1} )"is not allowed
[static] function call "{0}( {1} )"is not allowed
strings
  notValidConstructor : String = "{0}" is not a valid constructor
[static] "{0}" is not a valid constructor.
strings
  notValidFunction : String = "{0}" is not a valid function
[static] "{0}" is not a valid function
strings
  notValidPath : String = "{0}" is not a valid path
[static] "{0} is not a valid path
strings
  pairIsIgnored : String = name "{0}" is not a string, pair[{1},{2}] is ignored
[static] Name "{0}" is not a string, pair[{1},{2}] is ignored
strings
  requirePairValue : String = multiSerialize require pairs of values
[static] MultiSerialize require pairs of values.
strings
  reservedKeyword : String = "{0}" is a reserved keyword
[static] "{0}" is a reserved keyword.
strings
  unterminatedComment : String = unterminated comment
[static] Unterminated comment.
strings
Property Detail
doesNotExistproperty
public static var doesNotExist:String = "{0}" does not exists

"{0}" does not exists

errorArrayproperty 
public static var errorArray:String = bad array (unterminated array)

Bad array (unterminated array)

errorCommentproperty 
public static var errorComment:String = syntax error (comment)

Syntax error (comment)

errorConstructorproperty 
public static var errorConstructor:String = bad constructor

errorFunctionproperty 
public static var errorFunction:String = bad function

Bad function

errorIdentifierproperty 
public static var errorIdentifier:String = bad identifier

Bad identifier.

errorKeywordproperty 
public static var errorKeyword:String = syntax error

Syntax error

errorLineTerminatorproperty 
public static var errorLineTerminator:String = bad string (found line terminator in string)

Bad string (found line terminator in string)

errorNumberproperty 
public static var errorNumber:String = bad number (not finite)

Bad number (not finite)

errorObjectproperty 
public static var errorObject:String = bad object (unterminated object)

Bad object (unterminated object)

errorStringproperty 
public static var errorString:String = bad string (unterminated string)

Bad string (unterminated string)

extRefDoesNotExistproperty 
public static var extRefDoesNotExist:String = external reference "{0}" does not exists

External reference "{0}" does not exists

futurReservedKeywordproperty 
public static var futurReservedKeyword:String = "{0}" is a future reserved keyword

"{0}" is a future reserved keyword.

malformedHexadecimalproperty 
public static var malformedHexadecimal:String = bad number (malformed hexadecimal)

Bad number (malformed hexadecimal)

notAuthorizedConstructorproperty 
public static var notAuthorizedConstructor:String = "{0}" is not an authorized constructor

"{0}" is not an authorized constructor

notAuthorizedExternalReferenceproperty 
public static var notAuthorizedExternalReference:String = "{0}" is not an authorized external reference

"{0}" is not an authorized external reference

notAuthorizedFunctionproperty 
public static var notAuthorizedFunction:String = "{0}" is not an authorized function

"{0}" is not an authorized function

notAuthorizedPathproperty 
public static var notAuthorizedPath:String = "{0}" is not an authorized path

"{0}" is not an authorized path

notFunctionCallAllowedproperty 
public static var notFunctionCallAllowed:String = function call "{0}( {1} )"is not allowed

function call "{0}( {1} )"is not allowed

notValidConstructorproperty 
public static var notValidConstructor:String = "{0}" is not a valid constructor

"{0}" is not a valid constructor.

notValidFunctionproperty 
public static var notValidFunction:String = "{0}" is not a valid function

"{0}" is not a valid function

notValidPathproperty 
public static var notValidPath:String = "{0}" is not a valid path

"{0} is not a valid path

pairIsIgnoredproperty 
public static var pairIsIgnored:String = name "{0}" is not a string, pair[{1},{2}] is ignored

Name "{0}" is not a string, pair[{1},{2}] is ignored

requirePairValueproperty 
public static var requirePairValue:String = multiSerialize require pairs of values

MultiSerialize require pairs of values.

reservedKeywordproperty 
public static var reservedKeyword:String = "{0}" is a reserved keyword

"{0}" is a reserved keyword.

unterminatedCommentproperty 
public static var unterminatedComment:String = unterminated comment

Unterminated comment.