xbn
Class AssertException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--xbn.AssertException
All Implemented Interfaces:
Serializable

public class AssertException
extends RuntimeException

An exception used throughout the XBN packages, when a documented restriction is violated.

Source code:  AssertException.java

See Also:
Serialized Form

Constructor Summary
AssertException()
          Create an AssertException with no error message.
AssertException(String s_errMsg)
          Create an 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()

Create an AssertException with no error message.


AssertException

public AssertException(String s_errMsg)

Create an AssertException.




Copyright 1997-2003, Jeff Epstein, All Rights Reserved. See top of source code files for copyright notice.

 

http://sourceforge.net/projects/xbnjava

 

SourceForge.net Logo