All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ccl.util.ApplicationException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.lang.RuntimeException
                           |
                           +----ccl.util.ApplicationException

public class ApplicationException
extends RuntimeException
This exception just extends RuntimeException and is primarily used by Util.panicIf(boolean).

Version:
$Id: ApplicationException.java 1.8 1999/08/01 11:12:54 clemens Exp clemens $
Author:
Chr. Clemens Lee < clemens@kclee.com >
See Also:
panicIf

Constructor Index

 o ApplicationException()
Constructs an ApplicationException with no specified detail message.
 o ApplicationException(String)
Constructs an ApplicationException.

Constructors

 o ApplicationException
 public ApplicationException()
Constructs an ApplicationException with no specified detail message.

 o ApplicationException
 public ApplicationException(String sMessage_)
Constructs an ApplicationException.

Parameters:
sMessage_ - to print a message describing what caused the exception.

All Packages  Class Hierarchy  This Package  Previous  Next  Index