|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jfun.yan.xml.ConfigurationException
public class ConfigurationException
Represents any error happened during the interpretation of the xml config file.
| Constructor Summary | |
|---|---|
ConfigurationException(java.lang.String msg,
Location loc)
Creates a ConfigurationException object. |
|
ConfigurationException(java.lang.String msg,
java.lang.Throwable cause,
Location loc)
Creates a ConfigurationException object. |
|
ConfigurationException(java.lang.Throwable cause,
Location loc)
Creates a ConfigurationException object. |
|
| Method Summary | |
|---|---|
Location |
getLocation()
Get the location within the config file where the error happens. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ConfigurationException(java.lang.String msg,
java.lang.Throwable cause,
Location loc)
msg - the error message.cause - the causing exception.loc - the location within the config file.
public ConfigurationException(java.lang.String msg,
Location loc)
msg - the error message.loc - the location within the config file.
public ConfigurationException(java.lang.Throwable cause,
Location loc)
cause - the causing exception.loc - the location within the config file.| Method Detail |
|---|
public Location getLocation()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||