com.xmlserv.main
Class XMLServException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.xmlserv.main.XMLServException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- SecurityManagerException
- public class XMLServException
- extends java.lang.Exception
Common Baseclass for various exceptions used in the XMLServ context.
- Version:
- $Id: XMLServException.java,v 1.8 2002/07/23 09:47:50 muecke Exp $
- Author:
- Wolfram Saringer
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
XMLServException
public XMLServException(java.lang.String msg)
XMLServException
public XMLServException(ErrorPage errorPage)
XMLServException
public XMLServException(java.lang.Exception e)
XMLServException
public XMLServException(java.lang.String msg,
int code)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Throwable
getCode
public int getCode()