public class IlpDeploymentParsingException extends Exception
Constructor and Description |
---|
IlpDeploymentParsingException(Exception e,
String s)
Constructs an
IlpDeploymentParsingException
as a wrapper of an existing exception with the specified detailed message. |
IlpDeploymentParsingException(String s)
Constructs an
IlpDeploymentParsingException
with the specified detailed message. |
Modifier and Type | Method and Description |
---|---|
Exception |
getException()
Returns the embedded exception, if any.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public IlpDeploymentParsingException(String s)
IlpDeploymentParsingException
with the specified detailed message.s
- The detailed message.public Exception getException()
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.