Class IllegalNameIdentifierException

All Implemented Interfaces:
Serializable

public class IllegalNameIdentifierException extends IllegalArgumentException
An exception thrown when a name identifier is invalid.
See Also:
  • Constructor Details

    • IllegalNameIdentifierException

      @FormatMethod public IllegalNameIdentifierException(@FormatString String message, Object... args)
      Constructs a new exception with the specified detail message.
      Parameters:
      message - the detail message.
      args - the arguments to the message.
    • IllegalNameIdentifierException

      @FormatMethod public IllegalNameIdentifierException(Throwable cause, @FormatString String message, Object... args)
      Constructs a new exception with the specified detail message and cause.
      Parameters:
      cause - the cause.
      message - the detail message.
      args - the arguments to the message.
    • IllegalNameIdentifierException

      public IllegalNameIdentifierException(Throwable cause)
      Constructs a new exception with the specified cause.
      Parameters:
      cause - the cause.
    • IllegalNameIdentifierException

      public IllegalNameIdentifierException()
      Constructs a new exception with the specified detail message and cause.