Package org.codehaus.mojo.rmic
Class NoSuchRmiCompilerException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.codehaus.mojo.rmic.NoSuchRmiCompilerException
-
- All Implemented Interfaces:
java.io.Serializable
public class NoSuchRmiCompilerException extends java.lang.Exception
- Version:
- $Id: NoSuchRmiCompilerException.java 7953 2008-10-21 17:12:38Z pgier $
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
id
The id of the compiler
-
Constructor Summary
Constructors Constructor Description NoSuchRmiCompilerException(java.lang.String id)
Basic constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getId()
-