jrunx.xml
Class MetaDataException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jrunx.util.ReflectionMessageException
                    |
                    +--jrunx.xml.MetaDataException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
PersistenceContext.ExportFailedException, XMLMetaData.BaseException, XMLMetaData.CouldNotCreateDocumentException, XMLMetaData.CreateInstanceException, XMLMetaData.MetaDataExportIOException

public abstract class MetaDataException
extends ReflectionMessageException

See Also:
Serialized Form

Constructor Summary
MetaDataException()
           
MetaDataException(java.lang.Throwable t)
           
 
Method Summary
 java.lang.Throwable 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
 

Constructor Detail

MetaDataException

public MetaDataException()

MetaDataException

public MetaDataException(java.lang.Throwable t)
Method Detail

getRootCause

public java.lang.Throwable getRootCause()


Copyright � 2002 Macromedia Corporation. All Rights Reserved.