JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.util
Class AssertionException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.klg.jclass.util.AssertionException
All Implemented Interfaces:
Serializable

public class AssertionException
extends RuntimeException

This class extends RunTimeException to create assertion exceptions. These exceptions are thrown by .

See Also:
#assertThat, Serialized Form

Constructor Summary
AssertionException()
          void constructor
AssertionException(String s)
          Message specifing constructor.
 
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

AssertionException

public AssertionException()
void constructor


AssertionException

public AssertionException(String s)
Message specifing constructor.

Parameters:
s - The message passed to the exception dialog.

Copyright © 2004 Quest Software Inc..
All rights reserved.