jrunx.xml
Class XMLMetaData.IntegerExpectedException

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

public class XMLMetaData.IntegerExpectedException
extends XMLMetaData.BaseException

{location}:{line}: Expected an integer for {elementName} element, got {value}

See Also:
Serialized Form

Field Summary
 java.lang.String elementName
           
 java.lang.String value
           
 
Fields inherited from class jrunx.xml.XMLMetaData.BaseException
line, location
 
Constructor Summary
XMLMetaData.IntegerExpectedException(java.lang.String s, java.lang.String elementName)
           
 
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

value

public java.lang.String value

elementName

public java.lang.String elementName
Constructor Detail

XMLMetaData.IntegerExpectedException

public XMLMetaData.IntegerExpectedException(java.lang.String s,
                                            java.lang.String elementName)


Copyright � 2002 Macromedia Corporation. All Rights Reserved.