org.codehaus.mojo.rmic
Class NoSuchRmiCompilerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.codehaus.mojo.rmic.NoSuchRmiCompilerException
- All Implemented Interfaces:
- Serializable
public class NoSuchRmiCompilerException
- extends Exception
- Version:
- $Id: NoSuchRmiCompilerException.java 7953 2008-10-21 17:12:38Z pgier $
- Author:
- Trygve Laugstøl
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NoSuchRmiCompilerException
public NoSuchRmiCompilerException(String id)
- Basic constructor
- Parameters:
id
- The id of the compiler
getId
public String getId()
- Returns:
- The id of the compiler
Copyright © 2006-2014 Codehaus. All Rights Reserved.