jrunx.xml
Class XMLMetaData.CreateInstanceException

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

public class XMLMetaData.CreateInstanceException
extends MetaDataException

Could not create an instance of {className}

See Also:
Serialized Form

Field Summary
 java.lang.String className
           
 
Constructor Summary
XMLMetaData.CreateInstanceException(java.lang.String className, java.lang.Exception 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

className

public java.lang.String className
Constructor Detail

XMLMetaData.CreateInstanceException

public XMLMetaData.CreateInstanceException(java.lang.String className,
                                           java.lang.Exception e)


Copyright � 2002 Macromedia Corporation. All Rights Reserved.