Class WoolNodeParseException

    • Constructor Detail

      • WoolNodeParseException

        public WoolNodeParseException​(String message,
                                      String nodeTitle,
                                      LineNumberParseException cause)
        Constructs a new exception in the specified node. If the node title is unknown, it can be set to null.
        Parameters:
        message - the message
        nodeTitle - the node title or null
        cause - the parse error
    • Method Detail

      • getNodeTitle

        public String getNodeTitle()
        Returns the node title. If the title is unknown, this method returns null.
        Returns:
        the node title or null
      • getLineNumberParseException

        public LineNumberParseException getLineNumberParseException()
        Returns the parse error in the node.
        Returns:
        the parse error in the node