|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
ch.javasoft.xml.config.XmlConfigException
ch.javasoft.xml.config.MissingReferableException
public class MissingReferableException
The MissingReferableException is thrown when a referable element in the config was referenced, but not declared.
| Constructor Summary | |
|---|---|
MissingReferableException(String referable,
String message,
Element path)
|
|
MissingReferableException(String referable,
String message,
String path)
|
|
| Method Summary | |
|---|---|
String |
getReferable()
|
| Methods inherited from class ch.javasoft.xml.config.XmlConfigException |
|---|
getLocalizedMessage, getPath |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, 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 MissingReferableException(String referable,
String message,
String path)
referable - the name of the missing referablemessage - the error messagepath - the xml path to this entry
public MissingReferableException(String referable,
String message,
Element path)
referable - the name of the missing referablemessage - the error messagepath - the xml path to this entry| Method Detail |
|---|
public String getReferable()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||