net.sourceforge.groboutils.codecoverage.v2.compiler
Class AlreadyPostCompiledException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjava.lang.IllegalStateException
                  extended bynet.sourceforge.groboutils.codecoverage.v2.compiler.AlreadyPostCompiledException
All Implemented Interfaces:
java.io.Serializable

public class AlreadyPostCompiledException
extends java.lang.IllegalStateException

Refers to a class file that has been modified with additional logging statements.

Since:
March 20, 2004
Version:
$Date: 2004/04/15 05:48:25 $
Author:
Matt Albrecht groboclown@users.sourceforge.net
See Also:
Serialized Form

Constructor Summary
AlreadyPostCompiledException()
           
AlreadyPostCompiledException(java.lang.String msg)
           
 
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

AlreadyPostCompiledException

public AlreadyPostCompiledException()

AlreadyPostCompiledException

public AlreadyPostCompiledException(java.lang.String msg)


Copyright © 2001-2003 by The GroboUtils Project