public class TraceEnhancementException extends RuntimeException
| Constructor and Description |
|---|
TraceEnhancementException()
Creates a new instance of
TraceEnhancementException without detail message. |
TraceEnhancementException(String msg)
Constructs an instance of
TraceEnhancementException with the specified detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TraceEnhancementException()
TraceEnhancementException without detail message.public TraceEnhancementException(String msg)
TraceEnhancementException with the specified detail message.msg - the detail message.Copyright © 2011–2021 Eclipse Foundation. All rights reserved.