Package org.codehaus.plexus.compiler
Class CompilerException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.codehaus.plexus.compiler.CompilerException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
CompilerNotImplementedException
public class CompilerException extends java.lang.Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CompilerException(java.lang.String message)
CompilerException(java.lang.String message, java.lang.Throwable cause)
-