Adobe Flex 2 Language Reference - collected by Jimbob | Back to MY RESOURCES


Packagemx.logging.errors
Classpublic class InvalidCategoryError
InheritanceInvalidCategoryError Inheritance Error Inheritance Object

This error is thrown when a category specified for a logger contains invalid characters or is malformed. This error is thrown by the following method:



Public Properties
 PropertyDefined by
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
 InheritederrorID : int
Contains the reference number associated with the specific error message.
Error
 Inheritedmessage : String
Contains the message associated with the Error object.
Error
 Inheritedname : String
Contains the name of the Error object.
Error
 Inheritedprototype : Object
[static] A reference to the prototype object of a class or function object.
Object
Public Methods
 MethodDefined by
  
Constructor.
InvalidCategoryError
 Inherited
Returns the call stack for an error as a string at the time of the error's construction (for the debugger version of Flash Player only).
Error
 Inherited
setPropertyIsEnumerable(name:String, isEnum:Boolean = true):void
Sets the availability of a dynamic property for loop operations.
Object
  
Returns the messge as a String.
InvalidCategoryError
 Inherited
Returns the primitive value of the specified object.
Object
Constructor detail
InvalidCategoryError()constructor
public function InvalidCategoryError(message:String)

Constructor.

Parameters
message:String — The message that describes this error.
Method detail
toString()method
public function toString():String

Returns the messge as a String.

Returns
String — The message.





collected by Jimbob 2007.05