org.codehaus.mojo.rmic
Class NoSuchRmiCompilerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
NoSuchRmiCompilerException(String id)
          Basic constructor
 
Method Summary
 String getId()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoSuchRmiCompilerException

public NoSuchRmiCompilerException(String id)
Basic constructor

Parameters:
id - The id of the compiler
Method Detail

getId

public String getId()
Returns:
The id of the compiler


Copyright © 2006-2012 Codehaus. All Rights Reserved.