Class TagException

  • All Implemented Interfaces:
    java.io.Serializable

    public class TagException
    extends java.lang.Exception
    This exception denotes a general error in the tagging API.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      TagException​(java.lang.String message)  
      TagException​(java.lang.String message, java.lang.Throwable cause)  
      TagException​(java.lang.Throwable cause)  
    • 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

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • TagException

        public TagException​(java.lang.String message)
      • TagException

        public TagException​(java.lang.Throwable cause)
      • TagException

        public TagException​(java.lang.String message,
                            java.lang.Throwable cause)