public class UnknownResourceError extends Error
Indicates a resource was not available from the SourceContext
.
This is a critical error as the source is requiring the resource to initialise and subsequently start.
Constructor and Description |
---|
UnknownResourceError(String message,
String unknownResourceLocation)
Initiate.
|
Modifier and Type | Method and Description |
---|---|
String |
getUnknownResourceLocation()
Obtains the location of the unknown resource.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public String getUnknownResourceLocation()
Copyright © 2005–2016. All rights reserved.