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:
- JAXB1.0
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
UNEXPECTED_ROOT_ELEMENT2
public static final String UNEXPECTED_ROOT_ELEMENT2
- 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
Messages
public Messages()
format
public static String format(String property)
format
public static String format(String property,
Object arg1)
format
public static String format(String property,
Object arg1,
Object arg2)
format
public static String format(String property,
Object arg1,
Object arg2,
Object arg3)
format
public static String format(String property,
Object[] args)
- Loads a string resource and formats it with specified arguments.