com.tc.util
Class TCAssertionError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by java.lang.AssertionError
              extended by com.tc.util.TCAssertionError
All Implemented Interfaces:
java.io.Serializable

public class TCAssertionError
extends java.lang.AssertionError

Assertion error thrown by Assert.

See Also:
Serialized Form

Constructor Summary
TCAssertionError()
           
TCAssertionError(java.lang.String message)
           
TCAssertionError(java.lang.String message, java.lang.Throwable cause)
           
TCAssertionError(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TCAssertionError

public TCAssertionError()

TCAssertionError

public TCAssertionError(java.lang.String message)

TCAssertionError

public TCAssertionError(java.lang.Throwable cause)

TCAssertionError

public TCAssertionError(java.lang.String message,
                        java.lang.Throwable cause)


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