Package | com.flexcalendar.components.calendar.core |
Class | public class CalendarError |
Inheritance | CalendarError ![]() |
Property | Defined By | ||
---|---|---|---|
type : String
Error type
| CalendarError |
Method | Defined By | ||
---|---|---|---|
CalendarError(type:String, message:String)
Creates new CalendarError instance
| CalendarError |
Constant | Defined By | ||
---|---|---|---|
CONFIG_UTILS_ERROR : String = ConfigUtils error [static]
Error with config utils. | CalendarError | ||
DATE_RANGE_ERROR : String = DateRange error [static]
Error in with date range
| CalendarError | ||
DATE_UTILS_ERROR : String = DateUtils error [static]
Error with date utils. | CalendarError |
type | property |
public var type:String
Error type
CalendarError | () | Constructor |
public function CalendarError(type:String, message:String)
Creates new CalendarError instance
Parameterstype:String — String describing error
| |
message:String |
CONFIG_UTILS_ERROR | Constant |
public static const CONFIG_UTILS_ERROR:String = ConfigUtils error
Error with config utils.
DATE_RANGE_ERROR | Constant |
public static const DATE_RANGE_ERROR:String = DateRange error
Error in with date range
DATE_UTILS_ERROR | Constant |
public static const DATE_UTILS_ERROR:String = DateUtils error
Error with date utils.