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.
-
CompareException(String)
- Build exception with error string.
CompareException
public CompareException(String s)
- Build exception with error string.
- Parameters:
- s - error string
All Packages Class Hierarchy This Package Previous Next Index