Uses of Class
net.esper.util.AssertionException

Packages that use AssertionException
net.esper.util   
 

Uses of AssertionException in net.esper.util
 

Methods in net.esper.util that throw AssertionException
static void AssertionFacility.assertFalse(boolean value, java.lang.String message)
          Assert the value is false and raise exception if true.
static void AssertionFacility.assertTrue(boolean value, java.lang.String message)
          Assert the value is true and raise exception if false.