org.openqa.jetty.util
Class CodeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.openqa.jetty.util.CodeException
All Implemented Interfaces:
Serializable

public class CodeException
extends RuntimeException

Code Exception. Thrown by Code.assert or Code.fail

Version:
$Id: CodeException.java,v 1.2 2004/05/09 20:32:49 gregwilkins Exp $
Author:
Greg Wilkins
See Also:
Code, Serialized Form

Constructor Summary
CodeException()
          Default constructor.
CodeException(String msg)
           
 
Method Summary
 
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

CodeException

public CodeException()
Default constructor.


CodeException

public CodeException(String msg)


Copyright © 2012. All Rights Reserved.