public class ProfileConfException
extends java.lang.RuntimeException
ProfileConfException.MessageFormat.PROFILES_FILE_NOT_FOUND when pxf-profiles.xml is missing from the CLASSPATH.
ProfileConfException.MessageFormat.PROFILES_FILE_LOAD_ERR when pxf-profiles.xml is not valid.
ProfileConfException.MessageFormat.NO_PROFILE_DEF when a profile entry or attribute is missing.| Modifier and Type | Class and Description |
|---|---|
static class |
ProfileConfException.MessageFormat |
| Constructor and Description |
|---|
ProfileConfException(ProfileConfException.MessageFormat msgFormat,
java.lang.String... msgArgs)
Constructs a ProfileConfException.
|
| Modifier and Type | Method and Description |
|---|---|
ProfileConfException.MessageFormat |
getMsgFormat() |
public ProfileConfException(ProfileConfException.MessageFormat msgFormat, java.lang.String... msgArgs)
msgFormat - the message formatmsgArgs - the message argumentspublic ProfileConfException.MessageFormat getMsgFormat()