jrunx.xml
Class XMLMetaData.NoStringConstructorException

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

public class XMLMetaData.NoStringConstructorException
extends XMLMetaData.BaseException

{location}:{line}: Couldn't create an instance of {className}, which must have a String constructor: {excStr}

See Also:
Serialized Form

Field Summary
 java.lang.String className
           
 java.lang.String excStr
           
 
Fields inherited from class jrunx.xml.XMLMetaData.BaseException
line, location
 
Constructor Summary
XMLMetaData.NoStringConstructorException(java.lang.String className, java.lang.String excStr, 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

excStr

public java.lang.String excStr
Constructor Detail

XMLMetaData.NoStringConstructorException

public XMLMetaData.NoStringConstructorException(java.lang.String className,
                                                java.lang.String excStr,
                                                org.jdom.Element element)


Copyright � 2002 Macromedia Corporation. All Rights Reserved.