public class StringParseException extends Exception
Constructor and Description |
---|
StringParseException(String message,
Object... arguments)
Constructs a new
StringParseException with the given message,
formatting as described at Strings.format(String, Object...) . |
StringParseException(Throwable cause,
String message,
Object... arguments)
Constructs a new
StringParseException with the given message,
formatting as described at Strings.format(String, Object...) . |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public StringParseException(String message, Object... arguments)
StringParseException
with the given message,
formatting as described at Strings.format(String, Object...)
.message
- the detail messagearguments
- arguments referenced by format specifiers in message
public StringParseException(Throwable cause, String message, Object... arguments)
StringParseException
with the given message,
formatting as described at Strings.format(String, Object...)
.cause
- the causemessage
- the detail messagearguments
- arguments referenced by format specifiers in message
Copyright © 2025. All rights reserved.