public class BuilderException extends RuntimeException
RuntimeException to be thrown when there are builder-related errors.| Constructor and Description |
|---|
BuilderException(Throwable cause,
String message,
Object... args)
Constructs a new index exception with the specified formatted detail message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic BuilderException(Throwable cause, String message, Object... args)
cause - The cause.message - The detail message.args - Arguments referenced by the format specifiers in the format message.Copyright © 2016. All rights reserved.