org.jutil.debug
Class AssertException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jutil.lang.WrapperRuntimeException
                  extended by org.jutil.debug.AssertException
All Implemented Interfaces:
java.io.Serializable

public class AssertException
extends WrapperRuntimeException

This is the AssertException class.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jutil.lang.WrapperRuntimeException
detail
 
Constructor Summary
AssertException()
           
AssertException(java.lang.String msg)
           
AssertException(java.lang.String s, java.lang.Throwable ex)
          Create a wrapper exception with the specified string, and the exception specified.
 
Method Summary
 
Methods inherited from class org.jutil.lang.WrapperRuntimeException
getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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()

AssertException

public AssertException(java.lang.String msg)

AssertException

public AssertException(java.lang.String s,
                       java.lang.Throwable ex)
Create a wrapper exception with the specified string, and the exception specified.