Class SourceCodeWillNotCompileException

  • All Implemented Interfaces:
    Serializable

    public class SourceCodeWillNotCompileException
    extends RuntimeException
    Thrown when a source ABI cannot be generated because the source code will not compile. Correct handling is to simply stop attempting to generate the ABI and allow the compiler to fail.
    See Also:
    Serialized Form
    • Constructor Detail

      • SourceCodeWillNotCompileException

        public SourceCodeWillNotCompileException()