Package com.sun.xml.bind.unmarshaller
Class Messages
- java.lang.Object
-
- com.sun.xml.bind.unmarshaller.Messages
-
public class Messages extends Object
Formats error messages.- Since:
- JAXB 1.0
-
-
Field Summary
Fields Modifier and Type Field Description static String
ILLEGAL_READER_STATE
static String
NULL_READER
static String
UNDEFINED_PREFIX
static String
UNEXPECTED_ENTER_ATTRIBUTE
static String
UNEXPECTED_ENTER_ELEMENT
static String
UNEXPECTED_LEAVE_ATTRIBUTE
static String
UNEXPECTED_LEAVE_CHILD
static String
UNEXPECTED_LEAVE_ELEMENT
static String
UNEXPECTED_ROOT_ELEMENT
static String
UNEXPECTED_TEXT
-
Constructor Summary
Constructors Constructor Description Messages()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
format(String property)
static String
format(String property, Object arg1)
static String
format(String property, Object[] args)
Loads a string resource and formats it with specified arguments.static String
format(String property, Object arg1, Object arg2)
static String
format(String property, Object arg1, Object arg2, Object arg3)
-
-
-
Field Detail
-
UNEXPECTED_ENTER_ELEMENT
public static final String UNEXPECTED_ENTER_ELEMENT
- See Also:
- Constant Field Values
-
UNEXPECTED_LEAVE_ELEMENT
public static final String UNEXPECTED_LEAVE_ELEMENT
- See Also:
- Constant Field Values
-
UNEXPECTED_ENTER_ATTRIBUTE
public static final String UNEXPECTED_ENTER_ATTRIBUTE
- See Also:
- Constant Field Values
-
UNEXPECTED_LEAVE_ATTRIBUTE
public static final String UNEXPECTED_LEAVE_ATTRIBUTE
- See Also:
- Constant Field Values
-
UNEXPECTED_TEXT
public static final String UNEXPECTED_TEXT
- See Also:
- Constant Field Values
-
UNEXPECTED_LEAVE_CHILD
public static final String UNEXPECTED_LEAVE_CHILD
- See Also:
- Constant Field Values
-
UNEXPECTED_ROOT_ELEMENT
public static final String UNEXPECTED_ROOT_ELEMENT
- See Also:
- Constant Field Values
-
UNDEFINED_PREFIX
public static final String UNDEFINED_PREFIX
- See Also:
- Constant Field Values
-
NULL_READER
public static final String NULL_READER
- See Also:
- Constant Field Values
-
ILLEGAL_READER_STATE
public static final String ILLEGAL_READER_STATE
- See Also:
- Constant Field Values
-
-