All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.webmacro.util.SException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----org.webmacro.util.SException

public class SException
extends Exception
This is the superclass for all Semiotek Exceptions. If you don't handle an exception, and it is not part of an API you inherited, it should probably subclass this. Advantages: Logging the exception to a file, and some other standard stuff.


Constructor Index

 o SException(String)
One difference between this class and standard exception is that you must always supply an error message.

Method Index

 o main(String[])
Test harness

Constructors

 o SException
 public SException(String message)
One difference between this class and standard exception is that you must always supply an error message.

Methods

 o main
 public static void main(String arg[])
Test harness


All Packages  Class Hierarchy  This Package  Previous  Next  Index