Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

de.laures.cewolf.util
Class Assert  view Assert download Assert.java

java.lang.Object
  extended byde.laures.cewolf.util.Assert

public class Assert
extends java.lang.Object

Simple assertion class.

Since:
0.9

Nested Class Summary
private static class Assert.AssertionException
           
 
Constructor Summary
Assert()
           
 
Method Summary
static void check(boolean b, java.lang.String msg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Assert

public Assert()
Method Detail

check

public static void check(boolean b,
                         java.lang.String msg)