Class SourceCodeWillNotCompileException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.facebook.buck.jvm.java.abi.source.api.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 Summary
Constructors Constructor Description SourceCodeWillNotCompileException()
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-