public class StringSubstitutionException extends Exception
Constructor and Description |
---|
StringSubstitutionException(String msg)
Constructs a new exception with the specified detail message.
|
StringSubstitutionException(String msg,
Throwable cause)
Constructs a new exception with the specified detail message and cause.
|
StringSubstitutionException(Throwable cause)
Constructs a new exception with the specified cause
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public StringSubstitutionException(String msg, Throwable cause)
msg
- the detail messagecause
- the causeException.Exception(String, Throwable)
public StringSubstitutionException(Throwable cause)
cause
- The wrapped cause. This can be null.Exception.Exception(Throwable)
public StringSubstitutionException(String msg)
msg
- the details messageException.Exception(String)
Copyright © 2021. All rights reserved.