JavaScript is disabled on your browser.
 
JavaScript is disabled on your browser.
 
 
  
 
 
 
 
 
Constructor Detail 
 
ErrorNotification 
public ErrorNotification(String  location,
                         String  details,
                         Throwable  cause) 
Constructs an error notification.
Parameters: location - the URL associated with an error (if any); may be nulldetails - a string describing the error; must be non-nullcause - the cause of the error; may be null 
 
 
 
 
 
Method Detail 
 
getLocation 
public String  getLocation() 
Retrieves the URL associated with this error, if any.
 For example, if there is a download or singing check error, this
 will be the URL of the jar file that has the problem.
 It may be null.
Returns: the location, or null 
 
 
 
 
getDetails 
public String  getDetails() 
Retrieves the description of the error.
 It may be the empty string, but is always non-null.
Returns: the description of the error 
 
 
 
 
getCause 
public Throwable  getCause() 
Retrieves the Exception or Error associated with this error
 notification, if any. It may be null.
Returns: the cause of the error, or null 
 
 
 
 
 
 
 
 
 
 
 
JavaScript is disabled on your browser.
 
 
  
 
Report a bug or suggest an enhancement Java SE Documentation , which contains more detailed, developer-targeted descriptions with conceptual overviews, definitions of terms, workarounds, and working code examples.Copyright  © 1993, 2017, Oracle and/or its affiliates, 500 Oracle Parkway, Redwood Shores, CA 94065 USA.license terms  and the documentation redistribution policy . 
 
Scripting on this page tracks web page traffic, but does not change the content in any way.