jrunx.xml
Class XMLMetaData.BaseException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jrunx.util.ReflectionMessageException
                    |
                    +--jrunx.xml.MetaDataException
                          |
                          +--jrunx.xml.XMLMetaData.BaseException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
XMLMetaData.ElementRequiredException, XMLMetaData.IntegerExpectedException, XMLMetaData.InvalidElementException, XMLMetaData.InvalidObjectException, XMLMetaData.NoStringConstructorException
Enclosing class:
XMLMetaData

public abstract class XMLMetaData.BaseException
extends MetaDataException

See Also:
Serialized Form

Field Summary
 int line
           
 java.lang.String location
           
 
Constructor Summary
XMLMetaData.BaseException(org.jdom.Element e)
           
 
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

location

public java.lang.String location

line

public int line
Constructor Detail

XMLMetaData.BaseException

public XMLMetaData.BaseException(org.jdom.Element e)


Copyright � 2002 Macromedia Corporation. All Rights Reserved.