All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ninja.xset.XSetException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----ninja.xset.XSetException

public class XSetException
extends Exception
XSet Exception class This is the generalized exception used throughout the XSet search engine


Constructor Index

 o XSetException()
Null constructor
 o XSetException(String)
XSetException constructor comment.

Constructors

 o XSetException
 public XSetException()
Null constructor

 o XSetException
 public XSetException(String s)
XSetException constructor comment.

Parameters:
s - java.lang.String

All Packages  Class Hierarchy  This Package  Previous  Next  Index