| Package | com.asfusion.mate.utils.debug |
| Class | public class LogTypes |
Debugger is off.
| Constant | Defined by | ||
|---|---|---|---|
| ARGUMENT_ERROR : String = "Invalid number of arguments" [static]
Invalid number of arguments
| LogTypes | ||
| CANNOT_BIND : String = "Cannot bind" [static]
Cannot bind
| LogTypes | ||
| GENERATOR_NOT_FOUND : String = "Generator not found" [static]
Generator not found
| LogTypes | ||
| INSTANCE_UNDEFINED : String = "Instance undefined" [static]
Instance is undefined
| LogTypes | ||
| IS_NOT_AN_EVENT : String = "Not an Event" [static]
Not an Event
| LogTypes | ||
| METHOD_NOT_FOUND : String = "Method not found" [static]
Method not found
| LogTypes | ||
| METHOD_UNDEFINED : String = "Method undefined" [static]
Method undefined
| LogTypes | ||
| NOT_A_FUNCTION : String = "Method is not a function" [static]
Method is not a function
| LogTypes | ||
| NOT_BINDING : String = "Not binding" [static]
Not binding
| LogTypes | ||
| PROPERTY_NOT_FOUND : String = "Property not found" [static]
Property not found
| LogTypes | ||
| PROPERTY_TYPE_ERROR : String = "Property type mismatch" [static]
Property type mismatch
| LogTypes | ||
| SEQUENCE_END : String = "Sequence ended" [static]
Sequence ended
| LogTypes | ||
| SEQUENCE_START : String = "Sequence started" [static]
Sequence started
| LogTypes | ||
| SEQUENCE_TRIGGER : String = "Sequence triggered" [static]
Sequence triggered
| LogTypes | ||
| SOURCE_NULL : String = "Source null" [static]
Source as a null value
| LogTypes | ||
| SOURCE_UNDEFINED : String = "Source undefined" [static]
Source is undefined
| LogTypes | ||
| TARGET_KEY_UNDEFINED : String = "TargetKey undefined" [static]
TargetKey is undefined
| LogTypes | ||
| TARGET_UNDEFINED : String = "Target undefined" [static]
Target is undefined
| LogTypes | ||
| TOO_MANY_ARGUMENTS : String = "Too many arguments in constructor" [static]
Too many arguments in constructor
| LogTypes | ||
| TYPE_ERROR : String = "Argument type mismatch" [static]
Argument type mismatch
| LogTypes | ||
| TYPE_NOT_FOUND : String = "Event type not found" [static]
Event type not found
| LogTypes | ||
| ARGUMENT_ERROR | constant |
public static const ARGUMENT_ERROR:String = "Invalid number of arguments"Invalid number of arguments
| CANNOT_BIND | constant |
public static const CANNOT_BIND:String = "Cannot bind"Cannot bind
| GENERATOR_NOT_FOUND | constant |
public static const GENERATOR_NOT_FOUND:String = "Generator not found"Generator not found
| INSTANCE_UNDEFINED | constant |
public static const INSTANCE_UNDEFINED:String = "Instance undefined"Instance is undefined
| IS_NOT_AN_EVENT | constant |
public static const IS_NOT_AN_EVENT:String = "Not an Event"Not an Event
| METHOD_NOT_FOUND | constant |
public static const METHOD_NOT_FOUND:String = "Method not found"Method not found
| METHOD_UNDEFINED | constant |
public static const METHOD_UNDEFINED:String = "Method undefined"Method undefined
| NOT_A_FUNCTION | constant |
public static const NOT_A_FUNCTION:String = "Method is not a function"Method is not a function
| NOT_BINDING | constant |
public static const NOT_BINDING:String = "Not binding"Not binding
| PROPERTY_NOT_FOUND | constant |
public static const PROPERTY_NOT_FOUND:String = "Property not found"Property not found
| PROPERTY_TYPE_ERROR | constant |
public static const PROPERTY_TYPE_ERROR:String = "Property type mismatch"Property type mismatch
| SEQUENCE_END | constant |
public static const SEQUENCE_END:String = "Sequence ended"Sequence ended
| SEQUENCE_START | constant |
public static const SEQUENCE_START:String = "Sequence started"Sequence started
| SEQUENCE_TRIGGER | constant |
public static const SEQUENCE_TRIGGER:String = "Sequence triggered"Sequence triggered
| SOURCE_NULL | constant |
public static const SOURCE_NULL:String = "Source null"Source as a null value
| SOURCE_UNDEFINED | constant |
public static const SOURCE_UNDEFINED:String = "Source undefined"Source is undefined
| TARGET_KEY_UNDEFINED | constant |
public static const TARGET_KEY_UNDEFINED:String = "TargetKey undefined"TargetKey is undefined
| TARGET_UNDEFINED | constant |
public static const TARGET_UNDEFINED:String = "Target undefined"Target is undefined
| TOO_MANY_ARGUMENTS | constant |
public static const TOO_MANY_ARGUMENTS:String = "Too many arguments in constructor"Too many arguments in constructor
| TYPE_ERROR | constant |
public static const TYPE_ERROR:String = "Argument type mismatch"Argument type mismatch
| TYPE_NOT_FOUND | constant |
public static const TYPE_NOT_FOUND:String = "Event type not found"Event type not found