Class CompilerError

    • Field Detail

      • assemblyFullName

        public static final java.lang.String assemblyFullName
        Fully assembly qualified name: System.CodeDom, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51
        See Also:
        Constant Field Values
      • assemblyShortName

        public static final java.lang.String assemblyShortName
        Assembly name: System.CodeDom
        See Also:
        Constant Field Values
      • className

        public static final java.lang.String className
        Qualified class name: System.CodeDom.Compiler.CompilerError
        See Also:
        Constant Field Values
      • classType

        public static JCType classType
        The type managed from JCOBridge. See JCType
    • Constructor Detail

      • CompilerError

        public CompilerError​(java.lang.Object instance)
                      throws java.lang.Throwable
        Internal constructor. Use with caution
        Throws:
        java.lang.Throwable
      • CompilerError

        public CompilerError()
                      throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • CompilerError

        public CompilerError​(java.lang.String fileName,
                             int line,
                             int column,
                             java.lang.String errorNumber,
                             java.lang.String errorText)
                      throws java.lang.Throwable
        Throws:
        java.lang.Throwable
    • Method Detail

      • getIsWarning

        public boolean getIsWarning()
                             throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setIsWarning

        public void setIsWarning​(boolean IsWarning)
                          throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getColumn

        public int getColumn()
                      throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setColumn

        public void setColumn​(int Column)
                       throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getLine

        public int getLine()
                    throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setLine

        public void setLine​(int Line)
                     throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getErrorNumber

        public java.lang.String getErrorNumber()
                                        throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setErrorNumber

        public void setErrorNumber​(java.lang.String ErrorNumber)
                            throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getErrorText

        public java.lang.String getErrorText()
                                      throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setErrorText

        public void setErrorText​(java.lang.String ErrorText)
                          throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getFileName

        public java.lang.String getFileName()
                                     throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setFileName

        public void setFileName​(java.lang.String FileName)
                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable