jrunx.xml
Class XMLMetaData.NoLocationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--java.lang.IllegalStateException
                          |
                          +--jrunx.xml.XMLMetaData.NoLocationException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
XMLMetaData

public class XMLMetaData.NoLocationException
extends java.lang.IllegalStateException

Tried to export a XMLMetaData document with no source specified, setSource must be called first.

See Also:
Serialized Form

Constructor Summary
XMLMetaData.NoLocationException()
           
 
Method Summary
 java.lang.String getMessage()
           
 
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

XMLMetaData.NoLocationException

public XMLMetaData.NoLocationException()
Method Detail

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable


Copyright � 2002 Macromedia Corporation. All Rights Reserved.