jrunx.xml
Class XMLMetaData.MetaDataExportIOException

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

public class XMLMetaData.MetaDataExportIOException
extends MetaDataException

IOException exporting document to {location}: {message}

See Also:
Serialized Form

Field Summary
 java.lang.String location
           
 java.lang.String message
           
 
Constructor Summary
XMLMetaData.MetaDataExportIOException(java.io.IOException ioe)
           
 
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

message

public java.lang.String message

location

public java.lang.String location
Constructor Detail

XMLMetaData.MetaDataExportIOException

public XMLMetaData.MetaDataExportIOException(java.io.IOException ioe)


Copyright � 2002 Macromedia Corporation. All Rights Reserved.