Serialized Form


Package org.codehaus.mojo.exception

Class org.codehaus.mojo.exception.CodedException extends org.apache.maven.plugin.MojoExecutionException implements Serializable

Serialized Fields

error

Error error
The error code for the specific error.


errorFields

java.lang.String[] errorFields
Any fields which would need to be filled in within the error message.


errors

java.util.ResourceBundle errors
The shadow handle to the resource bundle. Since statics can only be shadowed and not overridden, this provides the mechanism needed to access a subclasses resource bundle from a super-class non-static method.

Class org.codehaus.mojo.exception.Error extends java.lang.Object implements Serializable

serialVersionUID: 2107339436186274590L

Serialized Fields

errorKey

java.lang.String errorKey
The error code's key. Used to look up the error text


Package org.codehaus.mojo.xmlbeans

Class org.codehaus.mojo.xmlbeans.XmlBeansException extends CodedException implements Serializable

serialVersionUID: -7072954264233215003L



Copyright © 2005-2011. All Rights Reserved.