org.bibop.xml.xforge
Class XForgeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.xml.sax.SAXException
                    |
                    +--org.bibop.xml.xforge.XForgeException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ArgumentsException, IllegalElementChildException, IllegalElementException, ParserError, XForgeComponentException, XForgeReflectionMapper.XForgeIllegalMethodException

public class XForgeException
extends org.xml.sax.SAXException

Generic x:forge exception.

Version:
1.0
Author:
Alberto Garoffolo
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.xml.sax.SAXException
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
XForgeException(java.lang.String msg)
           
 
Methods inherited from class org.xml.sax.SAXException
getException, getMessage, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XForgeException

public XForgeException(java.lang.String msg)


Copyright © 2003 Bibop Research International. All Rights Reserved.