Oracle

com.compoze.util
Class Assert.AssertionFailureException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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)
           
 
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

Assert.AssertionFailureException

public Assert.AssertionFailureException()

Assert.AssertionFailureException

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

Oracle

Copyright ©1999-2008 Oracle All rights reserved.