Uses of Class
com.tc.util.TCAssertionError

Packages that use TCAssertionError
com.tc.util   
 

Uses of TCAssertionError in com.tc.util
 

Methods in com.tc.util that return TCAssertionError
static TCAssertionError Assert.failure(java.lang.Object message)
          This returns an exception, instead of throwing one, so that you can do (e.g.): public Object foo() { throw Assert.failure("doesn't work"); } or whatever.
static TCAssertionError Assert.failure(java.lang.Object message, java.lang.Throwable t)
          This returns an exception, instead of throwing one, so that you can do (e.g.): public Object foo() { throw Assert.failure("doesn't work"); } or whatever.
 



Copyright © 2010 Terracotta, Inc.. All Rights Reserved.