Packagecom.godpaper.as3.errors
Classpublic class DefaultErrors
InheritanceDefaultErrors Inheritance Error

Customize errors occured at Default.



Public Methods
 MethodDefined By
  
DefaultErrors(message:String, id:int = 0)
DefaultErrors
Public Constants
 ConstantDefined By
  INITIALIZE_SINGLETON_CLASS : String = Singleton class initialized!!!
[static]
DefaultErrors
  INITIALIZE_VIRTUAL_FUNCTION : String = Virtual function initialized!!!
[static]
DefaultErrors
  INVALID_CHESS_PIECE_INDEX : String = Invalid chess piece index!
[static]
DefaultErrors
  INVALID_CHESS_VO : String = Invalid chess value object initialized!
[static]
DefaultErrors
  UNDEFINED_CHESS_MODEL_VALUE : String = Undefined chess model value!
[static]
DefaultErrors
Constructor Detail
DefaultErrors()Constructor
public function DefaultErrors(message:String, id:int = 0)



Parameters
message:String
 
id:int (default = 0)
Constant Detail
INITIALIZE_SINGLETON_CLASSConstant
public static const INITIALIZE_SINGLETON_CLASS:String = Singleton class initialized!!!

INITIALIZE_VIRTUAL_FUNCTIONConstant 
public static const INITIALIZE_VIRTUAL_FUNCTION:String = Virtual function initialized!!!

INVALID_CHESS_PIECE_INDEXConstant 
public static const INVALID_CHESS_PIECE_INDEX:String = Invalid chess piece index!

INVALID_CHESS_VOConstant 
public static const INVALID_CHESS_VO:String = Invalid chess value object initialized!

UNDEFINED_CHESS_MODEL_VALUEConstant 
public static const UNDEFINED_CHESS_MODEL_VALUE:String = Undefined chess model value!