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
| 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 |
className
public java.lang.String className
excStr
public java.lang.String excStr
XMLMetaData.NoStringConstructorException
public XMLMetaData.NoStringConstructorException(java.lang.String className,
java.lang.String excStr,
org.jdom.Element element)
Copyright � 2002 Macromedia Corporation. All Rights Reserved.