Packageorg.vostokframework.domain.loading
Classpublic class LoadError
InheritanceLoadError Inheritance Object

description



Public Properties
 PropertyDefined By
  message : String
[read-only]
LoadError
  type : LoadErrorType
[read-only]
LoadError
Public Methods
 MethodDefined By
  
LoadError(type:LoadErrorType, message:String = null)
description
LoadError
Property Detail
messageproperty
message:String  [read-only]


Implementation
    public function get message():String
typeproperty 
type:LoadErrorType  [read-only]


Implementation
    public function get type():LoadErrorType
Constructor Detail
LoadError()Constructor
public function LoadError(type:LoadErrorType, message:String = null)

description

Parameters
type:LoadErrorType
 
message:String (default = null)