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()
Environment
Environment
object.exception
in class Environment
Environment
objectpublic void exception(Exception exc)
Environment
Environment
object.exception
in class Environment
exc
- the exception to be setpublic void clear()
Environment
Environment
object of its exception.clear
in class Environment
Copyright © 2018 JBoss by Red Hat. All rights reserved.