Class InvalidTagFormatException

  • All Implemented Interfaces:
    Serializable

    public class InvalidTagFormatException
    extends Exception
    InvalidTagFormatException is thrown whenever an incorrect tag ID or tag title path is encountered. For the tag ID pattern, see Tag.
    See Also:
    Serialized Form
    • Constructor Detail

      • InvalidTagFormatException

        public InvalidTagFormatException​(String message)
      • InvalidTagFormatException

        public InvalidTagFormatException​(Throwable cause)
      • InvalidTagFormatException

        public InvalidTagFormatException​(String message,
                                         Throwable cause)