Class NoValidNodeException

All Implemented Interfaces:
Serializable

public class NoValidNodeException extends FrameworkException
Exception indicating no valid tree node was found, so no valid tree could be generated. The message should identify the required type or node that encountered this error.
See Also:
  • Constructor Details

    • NoValidNodeException

      public NoValidNodeException(String message, Throwable cause)
      Exception indicating no valid tree node was found.
      Parameters:
      message - the message describing this exception
      cause - the cause of this exception
    • NoValidNodeException

      public NoValidNodeException(String message)
      Exception indicating no valid tree node was found.
      Parameters:
      message - the message describing this exception