jrunx.xml
Class XMLMetaData.InvalidObjectException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jrunx.util.ReflectionMessageException
                    |
                    +--jrunx.xml.MetaDataException
                          |
                          +--jrunx.xml.XMLMetaData.BaseException
                                |
                                +--jrunx.xml.XMLMetaData.InvalidObjectException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
XMLMetaData

public class XMLMetaData.InvalidObjectException
extends XMLMetaData.BaseException

{location}:{line}: {className}'s toString() method returned '{objStr}' but the variable passed into its String constructor was '{constStr}'. These values must be equal.

See Also:
Serialized Form

Field Summary
 java.lang.String className
           
 java.lang.String constStr
           
 java.lang.String objStr
           
 
Fields inherited from class jrunx.xml.XMLMetaData.BaseException
line, location
 
Constructor Summary
XMLMetaData.InvalidObjectException(java.lang.String className, java.lang.String objStr, java.lang.String constStr, org.jdom.Element element)
           
 
Methods inherited from class jrunx.xml.MetaDataException
getRootCause
 
Methods inherited from class jrunx.util.ReflectionMessageException
getMessage, getMessage, getMessageString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

className

public java.lang.String className

objStr

public java.lang.String objStr

constStr

public java.lang.String constStr
Constructor Detail

XMLMetaData.InvalidObjectException

public XMLMetaData.InvalidObjectException(java.lang.String className,
                                          java.lang.String objStr,
                                          java.lang.String constStr,
                                          org.jdom.Element element)


Copyright � 2002 Macromedia Corporation. All Rights Reserved.