public class BadQuoteException
extends java.lang.IllegalArgumentException
| Constructor and Description |
|---|
BadQuoteException()
Constructs an exception with null as its error detail message.
|
BadQuoteException(java.lang.String s)
Constructs an exception with the specified detail message.
|
public BadQuoteException()
public BadQuoteException(java.lang.String s)
s - the detail message.Copyright (c) 2001-2020 by Stephen Ostermiller