nl.justobjects.toolkit.sys
Class CodeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--nl.justobjects.toolkit.sys.CodeException
All Implemented Interfaces:
java.io.Serializable

public class CodeException
extends java.lang.RuntimeException

Code Exception Thrown by Code.assert or Code.fail

Version:
$Id: CodeException.java,v 1.3 2003/01/06 00:23:49 just Exp $
Author:
Greg Wilkins
See Also:
Code, Serialized Form

Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
CodeException()
          Default constructor.
CodeException(java.lang.String msg)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

CodeException

public CodeException()
Default constructor.

CodeException

public CodeException(java.lang.String msg)


Copyright © 2000-2001 - Just Objects B.V.