net.wangs.xmlutil
Class XMLUtilException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bynet.wangs.xmlutil.XMLUtilException
All Implemented Interfaces:
java.io.Serializable

public class XMLUtilException
extends java.lang.Exception

XMLUtilException tags exceptions for XMLUtil

Author:
Yuqing Wang
See Also:
Serialized Form

Constructor Summary
XMLUtilException()
          Exception constructor
XMLUtilException(java.lang.String s)
          XMLUtilException constructor
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XMLUtilException

public XMLUtilException()
Exception constructor


XMLUtilException

public XMLUtilException(java.lang.String s)
XMLUtilException constructor

Parameters:
s -


Copyright © 2005 . All Rights Reserved.