Class BlockQuoteException

  • All Implemented Interfaces:
    Serializable

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

      • BlockQuoteException

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

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