Packageorg.goasap.errors
Classpublic class InstanceNotAllowedError
InheritanceInstanceNotAllowedError Inheritance Error

Throw this error if a base class is directly instantiated but is not usable on its own.



Public Methods
 MethodDefined by
  
InstanceNotAllowedError(className:String)
Error message "Direct use of "+ className +" is not allowed, use subclasses only."
InstanceNotAllowedError
Constructor detail
InstanceNotAllowedError()constructor
public function InstanceNotAllowedError(className:String)

Error message "Direct use of "+ className +" is not allowed, use subclasses only."

Parameters
className:String — The name of the class throwing the error