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