| Package | Description |
|---|---|
| com.sun.faces.mgbean |
| Modifier and Type | Method and Description |
|---|---|
ManagedBeanPreProcessingException.Type |
ManagedBeanPreProcessingException.getType() |
static ManagedBeanPreProcessingException.Type |
ManagedBeanPreProcessingException.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ManagedBeanPreProcessingException.Type[] |
ManagedBeanPreProcessingException.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ManagedBeanPreProcessingException(ManagedBeanPreProcessingException.Type type) |
ManagedBeanPreProcessingException(String message,
ManagedBeanPreProcessingException.Type type) |
ManagedBeanPreProcessingException(String message,
Throwable t,
ManagedBeanPreProcessingException.Type type) |
ManagedBeanPreProcessingException(Throwable t,
ManagedBeanPreProcessingException.Type type) |
Copyright © 2010–2024 JBoss by Red Hat. All rights reserved.