org.codehaus.plexus.compiler.manager
Class NoSuchCompilerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.codehaus.plexus.compiler.manager.NoSuchCompilerException
All Implemented Interfaces:
Serializable

public class NoSuchCompilerException
extends Exception

Version:
$Id$
Author:
Trygve Laugstøl
See Also:
Serialized Form

Constructor Summary
NoSuchCompilerException(String compilerId)
           
 
Method Summary
 String getCompilerId()
           
 
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

NoSuchCompilerException

public NoSuchCompilerException(String compilerId)
Method Detail

getCompilerId

public String getCompilerId()


Copyright © 2001-2011 Codehaus. All Rights Reserved.