com.compoze.collab.util
Class AssertException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.compoze.collab.util.AssertException
All Implemented Interfaces
Serializable

public class AssertException
extends RuntimeException

The RuntimeException type thrown by the Assert class on an assertion failure.

See Also
Serialized Form

Constructor Summary
AssertException()
          Constructs a AssertException.
AssertException(String sMessage)
          Constructs a AssertException with a detail message.
 
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

AssertException

public AssertException()
Constructs a AssertException.


AssertException

public AssertException(String sMessage)
Constructs a AssertException with a detail message.

Parameters
sMessage - the specified detail message


Copyright © 2006 BEA Systems, Inc. All Rights Reserved