All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class util.CompareException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.lang.RuntimeException
                           |
                           +----util.CompareException

public class CompareException
extends RuntimeException
Exception for Comparisons.


Constructor Index

 o CompareException(String)
Build exception with error string.

Constructors

 o CompareException
 public CompareException(String s)
Build exception with error string.

Parameters:
s - error string

All Packages  Class Hierarchy  This Package  Previous  Next  Index