com.tensegrity.generic.util
Class AssertException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.tensegrity.generic.util.DynamicException
                  extended bycom.tensegrity.generic.util.AssertException
All Implemented Interfaces:
java.io.Serializable

public class AssertException
extends DynamicException

Thrown when an assertion check fails.

Version:
$Id: AssertException.java,v 1.6 2005/04/29 14:31:15 KevinCVS Exp $
Author:
S. Rutz
See Also:
Serialized Form

Constructor Summary
AssertException(java.lang.String what)
          Constructs an assertion failure exception.
 
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

AssertException

public AssertException(java.lang.String what)
Constructs an assertion failure exception.

Parameters:
what - a detailed message for the exception.


Copyright © 2005 Tensegrity Software GmbH. All Rights Reserved. Date of creation: 09.06.2006.