org.multiverse.instrumentation
Class CompileException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.multiverse.instrumentation.CompileException
All Implemented Interfaces:
java.io.Serializable

public class CompileException
extends java.lang.RuntimeException

A RuntimeException that is thrown when the postprocessing of a Clazz fails.

Author:
Peter Veentjer
See Also:
Serialized Form

Constructor Summary
CompileException()
           
CompileException(java.lang.String message)
           
CompileException(java.lang.String message, java.lang.Throwable cause)
           
CompileException(java.lang.Throwable cause)
           
 
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

CompileException

public CompileException()

CompileException

public CompileException(java.lang.String message)

CompileException

public CompileException(java.lang.String message,
                        java.lang.Throwable cause)

CompileException

public CompileException(java.lang.Throwable cause)


Copyright © 2008-2010 Multiverse. All Rights Reserved.