Class TagManager.TagNamePermissionException

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    TagManager

    public static class TagManager.TagNamePermissionException
    extends TagManager.TagException
    Class for representing errors due to the restricted nature of some tags.
    Author:
    Alex Kalderimis.
    See Also:
    Serialized Form
    • 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

      • TagNamePermissionException

        public TagNamePermissionException()
        Constructor.
      • TagNamePermissionException

        public TagNamePermissionException​(java.lang.String message)
        Constructor.
        Parameters:
        message - the message to display