Class NoSuchRmiCompilerException

  • All Implemented Interfaces:
    java.io.Serializable

    public class NoSuchRmiCompilerException
    extends java.lang.Exception
    Version:
    $Id: NoSuchRmiCompilerException.java 7953 2008-10-21 17:12:38Z pgier $
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String id
      The id of the compiler
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getId()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • id

        private java.lang.String id
        The id of the compiler
    • Constructor Detail

      • NoSuchRmiCompilerException

        public NoSuchRmiCompilerException​(java.lang.String id)
        Basic constructor
        Parameters:
        id - The id of the compiler
    • Method Detail

      • getId

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