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

Constructor Summary
XMLServException(ErrorPage errorPage)
           
XMLServException(java.lang.Exception e)
           
XMLServException(java.lang.String msg)
           
XMLServException(java.lang.String msg, int code)
           
 
Method Summary
 int getCode()
           
 java.lang.String toString()
           
 
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
 

Constructor Detail

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)
Method Detail

toString

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

getCode

public int getCode()