Packagecom.ericfeminella.external.errors
Classpublic class ResourceBundleNullPointerException
InheritanceResourceBundleNullPointerException Inheritance Error

Specifies that a ResourceBundle reference is null



Public Methods
 MethodDefined by
  
ResourceBundleNullPointerException
Public Constants
 ConstantDefined by
  MESSAGE : String = "ResourceBundleNullPointerException: the specified ResourceBundle '{0}' does not exisit"
[static]
ResourceBundleNullPointerException
Constructor detail
ResourceBundleNullPointerException()constructor
public function ResourceBundleNullPointerException(error:String)Parameters
error:String
Constant detail
MESSAGEconstant
public static const MESSAGE:String = "ResourceBundleNullPointerException: the specified ResourceBundle '{0}' does not exisit"