Class BadQuoteException

All Implemented Interfaces:
Serializable

public class BadQuoteException extends IllegalArgumentException
An illegal quote was specified.
Since:
ostermillerutils 1.02.16
Author:
Stephen Ostermiller https://ostermiller.org/contact.pl?regarding=Java+Utilities
See Also:
  • Constructor Details

    • BadQuoteException

      public BadQuoteException()
      Constructs an exception with null as its error detail message.
      Since:
      ostermillerutils 1.02.16
    • BadQuoteException

      public BadQuoteException(String s)
      Constructs an exception with the specified detail message. The error message string s can later be retrieved by the Throwable.getMessage() method of class java.lang.Throwable.
      Parameters:
      s - the detail message.
      Since:
      ostermillerutils 1.02.16