public class BadStringOperationException extends Exception
| Constructor and Description |
|---|
BadStringOperationException(String
Constructs a
BadStringOperationException with the specified detail message.
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString()
Returns the string representing the object.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic BadStringOperationException(Stringmessage)
BadStringOperationException with the specified detail message.
message - the detail message.