Package | com.cyntaxic.cynmvc.controller.enums |
Class | public class ErrorCodes |
Inheritance | ErrorCodes Object |
ErrorCodes
class is an enumeration of constant values used
for errors thrown by the CynError
class.
Constant | Defined By | ||
---|---|---|---|
E_1000 : ErrorCodeVO [static]
Used to specify when a property is improperly set more than once. | ErrorCodes | ||
E_1001 : ErrorCodeVO [static]
Used to specify when a DisplayObject at index is not of a CynView type. | ErrorCodes | ||
E_1002 : ErrorCodeVO [static]
Used to specify when any event listening function such as addEventListener, removeEventListener and hasEventListener has been attempted to be called on the contoller. | ErrorCodes | ||
E_1003 : ErrorCodeVO [static]
Used to specify when abstract enforcement hasn't be satisfied. | ErrorCodes | ||
E_1004 : ErrorCodeVO [static]
Used to specify when CynView is attempted to be used directly. | ErrorCodes |
E_1000 | Constant |
public static const E_1000:ErrorCodeVO
Used to specify when a property is improperly set more than once.
E_1001 | Constant |
public static const E_1001:ErrorCodeVO
Used to specify when a DisplayObject at index is not of a CynView
type.
E_1002 | Constant |
public static const E_1002:ErrorCodeVO
Used to specify when any event listening function such as addEventListener
, removeEventListener
and hasEventListener
has been attempted to be called on the contoller.
E_1003 | Constant |
public static const E_1003:ErrorCodeVO
Used to specify when abstract enforcement hasn't be satisfied. Error code specifies how to correct the issue.
E_1004 | Constant |
public static const E_1004:ErrorCodeVO
Used to specify when CynView
is attempted to be used directly. Error code specifies how to correct the issue.