public class ConfigurationException extends HK2RuntimeException
| Constructor and Description |
|---|
ConfigurationException(java.lang.String message) |
ConfigurationException(java.lang.String format,
java.lang.Object... args) |
ConfigurationException(java.lang.String message,
java.lang.Throwable origin) |
| Modifier and Type | Method and Description |
|---|---|
javax.xml.stream.Location |
getLocation()
Indicates the source position of the configuration file
where the problem happened.
|
java.lang.String |
getMessage() |
public ConfigurationException(java.lang.String message)
public ConfigurationException(java.lang.String message,
java.lang.Throwable origin)
public ConfigurationException(java.lang.String format,
java.lang.Object... args)
Copyright © 2013 Oracle Corporation. All Rights Reserved.