de.ispsoft.jaxme.jaxb
Class ErrorCodes

java.lang.Object
  extended byde.ispsoft.jaxme.jaxb.ErrorCodes

public class ErrorCodes
extends java.lang.Object

List of possible error codes that appear in JaxbExceptions.

Version:
$Id: ErrorCodes.java,v 1.2 2003/05/21 03:30:18 joe Exp $
Author:
Jochen Wiedmann

Field Summary
static java.lang.String ERROR_NO_JAXME_ELEMENT
          Error code: The supplied object is not an instance of JMAnyElement.
 
Constructor Summary
ErrorCodes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ERROR_NO_JAXME_ELEMENT

public static final java.lang.String ERROR_NO_JAXME_ELEMENT

Error code: The supplied object is not an instance of JMAnyElement. A possible reason may be that objects from different JAXB implementations are mixed.

See Also:
Constant Field Values
Constructor Detail

ErrorCodes

public ErrorCodes()