org.gnu.glade
Class GladeXMLException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byorg.gnu.glade.GladeXMLException
All Implemented Interfaces:
java.io.Serializable

public class GladeXMLException
extends java.io.IOException

Exception thrown due to XML parsing errors of a glade file.

See Also:
Serialized Form

Constructor Summary
GladeXMLException(java.lang.String s)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GladeXMLException

public GladeXMLException(java.lang.String s)