Compoze Software, Inc.

com.compoze.util
Class Assert.AssertionFailureException


java.lang.Object

  |

  +--java.lang.Throwable

        |

        +--java.lang.Exception

              |

              +--java.lang.RuntimeException

                    |

                    +--com.compoze.util.Assert.AssertionFailureException

All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Assert

public static class Assert.AssertionFailureException
extends java.lang.RuntimeException

This exception is thrown when an assertion failure occurs.

See Also:
Serialized Form

Constructor Summary
Assert.AssertionFailureException()
           
Assert.AssertionFailureException(java.lang.String s)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Assert.AssertionFailureException


public Assert.AssertionFailureException()

Assert.AssertionFailureException


public Assert.AssertionFailureException(java.lang.String s)

Compoze Software, Inc.

Copyright ©1999-2001 Compoze Software, Inc. All rights reserved.