Class CompilerError

  • All Implemented Interfaces:
    java.io.Serializable

    public class CompilerError
    extends java.lang.Error
    This exception is thrown when an internal compiler error occurs WARNING: The contents of this source file are not part of any supported API. Code that depends on them does so at its own risk: they are subject to change or removal without notice.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.lang.Throwable e  
    • Constructor Summary

      Constructors 
      Constructor Description
      CompilerError​(java.lang.Exception e)
      Create an exception given another exception.
      CompilerError​(java.lang.String msg)
      Constructor
    • Method Summary

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

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

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

      • e

        java.lang.Throwable e
    • Constructor Detail

      • CompilerError

        public CompilerError​(java.lang.String msg)
        Constructor
      • CompilerError

        public CompilerError​(java.lang.Exception e)
        Create an exception given another exception.
    • Method Detail

      • printStackTrace

        public void printStackTrace()
        Overrides:
        printStackTrace in class java.lang.Throwable