public class ResourcePathException extends RuntimeException
Constructor and Description |
---|
ResourcePathException(String message,
Object... arguments)
Constructs a new
ResourcePathException 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 ResourcePathException(String message, Object... arguments)
ResourcePathException
with the given message,
formatting as described at Strings.format(String, Object...)
.message
- the detail messagearguments
- arguments referenced by format specifiers in message
Copyright © 2025. All rights reserved.