Class BlockQuoteException

  • All Implemented Interfaces:
    java.io.Serializable

    public class BlockQuoteException
    extends java.lang.Exception
    The exception thrown when there is an error instantiating a BlockQuote
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      BlockQuoteException​(java.lang.String message)
      Constructs the Exception with a message
      BlockQuoteException​(java.lang.Throwable throwable)
      Constructs the Exception with a throwable
    • 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

      • BlockQuoteException

        public BlockQuoteException​(java.lang.String message)
        Constructs the Exception with a message
        Parameters:
        message - the error message
      • BlockQuoteException

        public BlockQuoteException​(java.lang.Throwable throwable)
        Constructs the Exception with a throwable
        Parameters:
        throwable - the throwable