Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.RuntimeCollective.webapps
Class WebappsException  view WebappsException download WebappsException.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.RuntimeCollective.webapps.WebappsException
All Implemented Interfaces:
java.io.Serializable

public class WebappsException
extends java.lang.RuntimeException

The subclass of RuntimeException which should be thrown by classes in the Webapps module when they meet some kind of problem.

Version:
$Id: WebappsException.java,v 1.5 2003/09/30 15:13:04 joe Exp $

Nested Class Summary
 
Nested classes inherited from class java.lang.Throwable
 
Field Summary
 
Fields inherited from class java.lang.RuntimeException
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
WebappsException(java.lang.Exception e)
           
WebappsException(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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WebappsException

public WebappsException(java.lang.String s)

WebappsException

public WebappsException(java.lang.Exception e)