Packagenet.guttershark.errors
Classpublic class AssertError
InheritanceAssertError Inheritance Error

The AssertError class defines a custom error that can be used with the Assert class.

See also

Assert Class


Public Methods
 MethodDefined by
  
AssertError(message:String, id:int = 0)
Constructor for AssertError instances.
AssertError
Constructor detail
AssertError()constructor
public function AssertError(message:String, id:int = 0)

Constructor for AssertError instances.

Parameters
message:String — The error message.
 
id:int (default = 0) — An id for this error.