public class ReplacementException extends Exception
Thrown if an error occurs while replacing.
| Constructor and Description | 
|---|
ReplacementException(String message)
 Constructs a new exception with the specified detail message. 
 | 
ReplacementException(String message,
                    Throwable cause)
 Constructs a new exception with the specified detail message and cause. 
 | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ReplacementException(String message)
Constructs a new exception with the specified detail message.
message - The detail message.Copyright © 2015–2019. All rights reserved.