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 null
details
- a string describing the error; must be non-null
cause
- 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 For further API reference and developer documentation see the Java SE Documentation , which contains more detailed, developer-targeted descriptions with conceptual overviews, definitions of terms, workarounds, and working code examples. Java is a trademark or registered trademark of Oracle and/or its affiliates in the US and other countries. Copyright © 1993, 2018, Oracle and/or its affiliates, 500 Oracle Parkway, Redwood Shores, CA 94065 USA. All rights reserved. Use is subject to license terms and the documentation redistribution policy .
Scripting on this page tracks web page traffic, but does not change the content in any way.