public class WebBeansDeploymentException extends javax.enterprise.inject.spi.DeploymentException implements DescriptiveException
| Constructor and Description |
|---|
WebBeansDeploymentException(String message) |
WebBeansDeploymentException(String message,
Throwable e) |
WebBeansDeploymentException(Throwable e) |
| Modifier and Type | Method and Description |
|---|---|
void |
addInformation(String additionalInformation)
Add some additional information to the message.
|
String |
getLocalizedMessage() |
String |
getMessage() |
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic WebBeansDeploymentException(Throwable e)
public WebBeansDeploymentException(String message)
public void addInformation(String additionalInformation)
DescriptiveExceptionaddInformation in interface DescriptiveExceptionpublic String getMessage()
getMessage in class Throwablepublic String getLocalizedMessage()
getLocalizedMessage in class ThrowableCopyright © 2008–2020 The Apache Software Foundation. All rights reserved.