public class EnvironmentImpl extends Environment
| Constructor and Description |
|---|
EnvironmentImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Clears this
Environment object of its exception. |
Exception |
exception()
Retrieves the exception in this
Environment object. |
void |
exception(Exception exc)
Inserts the given exception into this
Environment object. |
public Exception exception()
EnvironmentEnvironment object.exception in class EnvironmentEnvironment objectpublic void exception(Exception exc)
EnvironmentEnvironment object.exception in class Environmentexc - the exception to be setpublic void clear()
EnvironmentEnvironment object of its exception.clear in class EnvironmentCopyright © 2018 JBoss by Red Hat. All rights reserved.