All Packages This Package Class Hierarchy Class Search Index
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.lang.RuntimeException
|
+----java.lang.IllegalStateException
|
+----kh.util.Assert
| Summary |
public final class Assert
extends java.lang.IllegalStateException
{
// Constructors 1
public Assert();
// Methods 2
public static void check(boolean);
public static void notImplemented();
}
| Constructors |
· Assert | Summary | Top |
public Assert()
Default constructor
| Methods |
· check | Summary | Top |
public static void check(boolean e)
Throws an IllegalStateException if the specified boolean is false.
· notImplemented | Summary | Top |
public static void notImplemented()
Throws an IllegalStateException with a description saying this method is not yet implemented.
All Packages This Package Class Hierarchy Class Search IndexFreshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7