Class NodeNameParsingException

All Implemented Interfaces:
Serializable

public class NodeNameParsingException extends RuntimeException
Represents an exception that occurs during the parsing of a node name in the NodeName class. This exception is typically thrown when the generation part of a node name is not a valid integer or when the format of the node name string is invalid.
See Also:
  • Constructor Details

    • NodeNameParsingException

      public NodeNameParsingException(String message)
      Constructs a new NodeNameParsingException with the specified detail message.
      Parameters:
      message - the detail message
    • NodeNameParsingException

      public NodeNameParsingException(String message, Throwable cause)
      Constructs a new NodeNameParsingException with the specified detail message and cause.
      Parameters:
      message - the detail message
      cause - the cause