jrunx.xml
Class XMLMetaData.InvalidElementException

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

public class XMLMetaData.InvalidElementException
extends XMLMetaData.BaseException

{location}:{line}: The '{name}' element's value must be one of {list}

See Also:
Serialized Form

Field Summary
 java.util.List list
           
 java.lang.String name
           
 
Fields inherited from class jrunx.xml.XMLMetaData.BaseException
line, location
 
Constructor Summary
XMLMetaData.InvalidElementException(java.lang.String elementName, java.util.List list)
           
 
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

name

public java.lang.String name

list

public java.util.List list
Constructor Detail

XMLMetaData.InvalidElementException

public XMLMetaData.InvalidElementException(java.lang.String elementName,
                                           java.util.List list)


Copyright � 2002 Macromedia Corporation. All Rights Reserved.