Class QualifiedNameFormatException

All Implemented Interfaces:
Serializable

public class QualifiedNameFormatException extends IllegalArgumentException

Thrown by a QualifiedName implementation to indicate a bad format.

Author:
Jeremy Kuhn
See Also:
  • Constructor Details

    • QualifiedNameFormatException

      public QualifiedNameFormatException()

      Creates a qualified name format exception.

    • QualifiedNameFormatException

      public QualifiedNameFormatException(String message)

      Creates a qualified name format exception with the specified message.

      Parameters:
      message - the message
    • QualifiedNameFormatException

      public QualifiedNameFormatException(Throwable cause)

      Creates a qualified name format exception with the specified cause.

      Parameters:
      cause - the cause
    • QualifiedNameFormatException

      public QualifiedNameFormatException(String message, Throwable cause)

      Creates a qualified name format exception with the specified message and cause.

      Parameters:
      message - the message
      cause - the cause