Class CompileException

  • All Implemented Interfaces:
    java.io.Serializable

    public class CompileException
    extends java.lang.Exception
    Indicates a compile exception of some sort occurred.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      CompileException()
      Create a CompileException.
      CompileException​(java.lang.String arg0)
      Create a CompileException.
      CompileException​(java.lang.String arg0, java.lang.Throwable arg1)
      Create a CompileException.
      CompileException​(java.lang.Throwable arg0)
      Create a CompileException.
    • Method Summary

      • 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
    • Constructor Detail

      • CompileException

        public CompileException()
        Create a CompileException.
      • CompileException

        public CompileException​(java.lang.String arg0)
        Create a CompileException.
      • CompileException

        public CompileException​(java.lang.String arg0,
                                java.lang.Throwable arg1)
        Create a CompileException.
      • CompileException

        public CompileException​(java.lang.Throwable arg0)
        Create a CompileException.