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, toStringpublic StringSubstitutionException(String msg, Throwable cause)
Exception.Exception(String, Throwable)public StringSubstitutionException(Throwable cause)
Exception.Exception(Throwable)public StringSubstitutionException(String msg)
Exception.Exception(String)Copyright © 2018 Eclipse Foundation. All rights reserved.