public class ConfigurationException extends HK2RuntimeException
Constructor and Description |
---|
ConfigurationException(String message) |
ConfigurationException(String format,
Object... args) |
ConfigurationException(String message,
Throwable origin) |
Modifier and Type | Method and Description |
---|---|
Location |
getLocation()
Indicates the source position of the configuration file
where the problem happened.
|
String |
getMessage() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ConfigurationException(String message)
public Location getLocation()
public String getMessage()
getMessage
in class Throwable
Copyright © 2009–2017 Oracle Corporation. All rights reserved.