Class NoSuchChildException

All Implemented Interfaces:
Serializable

public class NoSuchChildException extends RuntimeException
Thrown by Config.get(java.lang.String) when a child node with the given name does not exist, or when the current config node is a leaf node.
See Also:
  • Constructor Details

    • NoSuchChildException

      public NoSuchChildException(String message, String childName)
  • Method Details

    • getChildName

      public String getChildName()