ch.javasoft.xml.config
Class MissingReferableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ch.javasoft.xml.config.XmlConfigException
              extended by ch.javasoft.xml.config.MissingReferableException
All Implemented Interfaces:
Serializable

public class MissingReferableException
extends XmlConfigException

The MissingReferableException is thrown when a referable element in the config was referenced, but not declared.

See Also:
Serialized Form

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

MissingReferableException

public MissingReferableException(String referable,
                                 String message,
                                 String path)
Parameters:
referable - the name of the missing referable
message - the error message
path - the xml path to this entry

MissingReferableException

public MissingReferableException(String referable,
                                 String message,
                                 Element path)
Parameters:
referable - the name of the missing referable
message - the error message
path - the xml path to this entry
Method Detail

getReferable

public String getReferable()