Package org.codehaus.plexus.compiler
Class CompilerNotImplementedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.codehaus.plexus.compiler.CompilerException
-
- org.codehaus.plexus.compiler.CompilerNotImplementedException
-
- All Implemented Interfaces:
Serializable
public class CompilerNotImplementedException extends CompilerException
- Author:
- Andrew Eisenberg
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CompilerNotImplementedException(String message)
CompilerNotImplementedException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-