|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Error | |
---|---|
org.codehaus.mojo.exception | |
org.codehaus.mojo.xmlbeans |
Uses of Error in org.codehaus.mojo.exception |
---|
Fields in org.codehaus.mojo.exception declared as Error | |
---|---|
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. |
Methods in org.codehaus.mojo.exception with parameters of type Error | |
---|---|
protected void |
CodedException.init(Error code,
java.lang.String[] fields)
Initialize the instance. |
Constructors in org.codehaus.mojo.exception with parameters of type Error | |
---|---|
CodedException(Error code)
An exception with a specific error code. |
|
CodedException(Error code,
java.lang.String field)
An exception with an error code and fields in the message. |
|
CodedException(Error code,
java.lang.String[] fields)
An exception with an error code and fields in the message. |
|
CodedException(Error code,
java.lang.String[] fields,
java.lang.Throwable exception)
Creates a coded exception with fields and a root cause. |
|
CodedException(Error code,
java.lang.String field,
java.lang.Throwable exception)
Creates a coded exception with fields and a root cause. |
|
CodedException(Error code,
java.lang.Throwable exception)
Creates a new Coded Exception, given an error code and root cause. |
Uses of Error in org.codehaus.mojo.xmlbeans |
---|
Fields in org.codehaus.mojo.xmlbeans declared as Error | |
---|---|
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
|
Constructors in org.codehaus.mojo.xmlbeans with parameters of type Error | |
---|---|
XmlBeansException(Error code)
A part specific exception with a specific error code. |
|
XmlBeansException(Error code,
java.lang.String field)
A part specific exception with an error code and fields in the message. |
|
XmlBeansException(Error code,
java.lang.String[] fields)
A part specific exception with an error code and fields in the message. |
|
XmlBeansException(Error code,
java.lang.String[] fields,
java.lang.Throwable exception)
Creates a coded exception with fields and a root cause. |
|
XmlBeansException(Error code,
java.lang.String field,
java.lang.Throwable exception)
Creates a coded exception with fields and a root cause. |
|
XmlBeansException(Error code,
java.lang.Throwable exception)
Creates a new Coded CAM Exception, given an error code and root cause. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |