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 6221 2008-02-06 16:29:52Z pgier $
Author:
Trygve Laugstøl
See Also:
Serialized Form

Constructor Summary
NoSuchRmiCompilerException(String id)
           
 
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)
Method Detail

getId

public String getId()


Copyright © 2011 Codehaus. All Rights Reserved.