org.multiverse.instrumentation
Class CompileException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.multiverse.instrumentation.CompileException
- All Implemented Interfaces:
- Serializable
public class CompileException
- extends RuntimeException
A RuntimeException that is thrown when the postprocessing of a Clazz fails.
- Author:
- Peter Veentjer
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CompileException
public CompileException()
CompileException
public CompileException(String message)
CompileException
public CompileException(String message,
Throwable cause)
CompileException
public CompileException(Throwable cause)
Copyright © 2008-2010 Multiverse. All Rights Reserved.