Class CompileError

  • All Implemented Interfaces:
    java.io.Serializable

    public class CompileError
    extends java.lang.Error
    CompilerIssue Error to enable propagating to OfficeFloor.
    Author:
    Daniel Sagenschneider
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      CompileError​(java.lang.String issueDescription)
      Instantiate.
    • 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

      • CompileError

        public CompileError​(java.lang.String issueDescription)
        Instantiate.
        Parameters:
        issueDescription - Description of CompilerIssue.