Class NodeValidationException

    • Constructor Summary

      Constructors 
      Constructor Description
      NodeValidationException​(java.lang.String message)
      Creates a node validation exception with the specified validation message to be displayed to the user.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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

      • NodeValidationException

        public NodeValidationException​(java.lang.String message)
        Creates a node validation exception with the specified validation message to be displayed to the user.
        Parameters:
        message - the message to display to the user