public class ErrorDTO
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
code
The error code.
|
java.lang.String |
message
The message associated with the error.
|
java.util.List<java.lang.Object> |
other
To hold any other non-matching XML elements
|
java.lang.String |
resource
The resource being access which caused the error
|
Constructor and Description |
---|
ErrorDTO() |
public java.lang.String code
public java.lang.String message
public java.lang.String resource
public java.util.List<java.lang.Object> other
Copyright © 2005-2014 The Apache Software Foundation. All Rights Reserved.