Package | Description |
---|---|
org.codehaus.mojo.exception | |
org.codehaus.mojo.xmlbeans |
Modifier and Type | Field and Description |
---|---|
protected Error |
CodedException.error
The error code for the specific error.
|
protected static Error |
CodedException.MISSING_ERROR_KEY
The error message used when a key is missing from the resource bundles.
|
Modifier and Type | Method and Description |
---|---|
protected void |
CodedException.init(Error code,
String[] fields)
Initialize the instance.
|
Constructor and Description |
---|
CodedException(Error code)
An exception with a specific error code.
|
CodedException(Error code,
String field)
An exception with an error code and fields in the
message.
|
CodedException(Error code,
String[] fields)
An exception with an error code and fields in the
message.
|
CodedException(Error code,
String[] fields,
Throwable exception)
Creates a coded exception with fields and a root cause.
|
CodedException(Error code,
String field,
Throwable exception)
Creates a coded exception with fields and a root cause.
|
CodedException(Error code,
Throwable exception)
Creates a new Coded Exception, given an error code and root cause.
|
Modifier and Type | Field and Description |
---|---|
static Error |
XmlBeansException.ARTIFACT_FILE_PATH |
static Error |
XmlBeansException.CLASSPATH_DEPENDENCY
Something went wrong while looking up the classpath.
|
static Error |
XmlBeansException.COMPILE_ERRORS
Errors occurred during the compile phase of the plugins process.
|
static Error |
XmlBeansException.COPY_CLASSES |
static Error |
XmlBeansException.INVALID_ARTIFACT_REFERENCE |
static Error |
XmlBeansException.INVALID_CONFIG_FILE |
static Error |
XmlBeansException.MISSING_FILE |
static Error |
XmlBeansException.MISSING_SCHEMA_DIRECTORY
We need the schema directory to continue.
|
static Error |
XmlBeansException.MISSING_SCHEMA_FILE |
static Error |
XmlBeansException.REQ_FILE_MISSING
The publisher specified in the configuration isn't valid.
|
static Error |
XmlBeansException.STALE_FILE_TOUCH |
static Error |
XmlBeansException.UNSET_PROPERTIES
setProject was never called on XmlBeansPlugin so the PluginProperties was never set.
|
static Error |
XmlBeansException.XSD_ARTIFACT_JAR |
Constructor and Description |
---|
XmlBeansException(Error code)
A part specific exception with a specific error code.
|
XmlBeansException(Error code,
String field)
A part specific exception with an error code and fields in the
message.
|
XmlBeansException(Error code,
String[] fields)
A part specific exception with an error code and fields in the
message.
|
XmlBeansException(Error code,
String[] fields,
Throwable exception)
Creates a coded exception with fields and a root cause.
|
XmlBeansException(Error code,
String field,
Throwable exception)
Creates a coded exception with fields and a root cause.
|
XmlBeansException(Error code,
Throwable exception)
Creates a new Coded CAM Exception, given an error code and root cause.
|
Copyright © 2005–2016 Codehaus. All rights reserved.