MjSip Stack
v1.6

org.zoolu.tools
Class AssertException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--org.zoolu.tools.AssertException
All Implemented Interfaces:
java.io.Serializable

public class AssertException
extends java.lang.RuntimeException

AssertException is used to indicate that a condition is not met.
It is thrown by methods isTrue() and isFalse() of class Assert.

See Also:
Serialized Form

Constructor Summary
AssertException()
          Costructs a new AssertException.
AssertException(java.lang.String msg)
          Costructs a new AssertException.
 
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

AssertException

public AssertException(java.lang.String msg)
Costructs a new AssertException.

AssertException

public AssertException()
Costructs a new AssertException.

MjSip Stack
v1.6