Packagesystem.errors
Classpublic class NonUniqueKeyError
InheritanceNonUniqueKeyError Inheritance Error

The error throws when a key is non unique.



Public Properties
 PropertyDefined By
  key : String
The key non unique of this error.
NonUniqueKeyError
  string : String = attempting to insert '{0}'
The localizable or changeable expression to defines the pattern of the error message.
NonUniqueKeyError
Public Methods
 MethodDefined By
  
NonUniqueKeyError(key:String = null, id:int = 0)
Creates a new NonUniqueKeyError instance.
NonUniqueKeyError
Property Detail
keyproperty
public var key:String

The key non unique of this error.

stringproperty 
public var string:String = attempting to insert '{0}'

The localizable or changeable expression to defines the pattern of the error message.

Constructor Detail
NonUniqueKeyError()Constructor
public function NonUniqueKeyError(key:String = null, id:int = 0)

Creates a new NonUniqueKeyError instance.

Parameters
key:String (default = null) — The key non unique.
 
id:int (default = 0) — A reference number to associate with the specific error message.