| Package | Description |
|---|---|
| org.jrebirth.af.api.exception |
Provides base exception classes thrown into JRebirth.
|
| Modifier and Type | Field and Description |
|---|---|
private JRebirthThreadException.Type |
JRebirthThreadException.threadType
The local thread type.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) JRebirthThreadException.Type |
JRebirthThreadException.getThreadType() |
static JRebirthThreadException.Type |
JRebirthThreadException.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JRebirthThreadException.Type[] |
JRebirthThreadException.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
private static String |
JRebirthThreadException.getThreadName(JRebirthThreadException.Type threadType)
Return the concerned thread name.
|
| Constructor and Description |
|---|
JRebirthThreadException(JRebirthThreadException.Type threadType)
Default Constructor.
|
Copyright © 2011–2015 JRebirth OSS. All rights reserved.