Class NoSuchCompilerException

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

public class NoSuchCompilerException extends Exception
Author:
Trygve Laugstøl
See Also:
  • Constructor Details

    • NoSuchCompilerException

      public NoSuchCompilerException(String compilerId)
    • NoSuchCompilerException

      public NoSuchCompilerException(String compilerId, Throwable cause)
  • Method Details

    • getCompilerId

      public String getCompilerId()