Class CompilerError


  • @Deprecated
    public class CompilerError
    extends CompilerMessage
    Deprecated.
    This class encapsulates a message from a compiler. This class is deprecated and only exists for backwards compatibility. Clients should be using CompilerMessage instead.
    • Constructor Detail

      • CompilerError

        public CompilerError​(java.lang.String message,
                             boolean error)
        Deprecated.