Class BuildExceptionVersion1
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.gradle.tooling.internal.protocol.BuildExceptionVersion1
-
- All Implemented Interfaces:
java.io.Serializable
public class BuildExceptionVersion1 extends java.lang.RuntimeException
A wrapper around a build failure, to distinguish it from an infrastructure failure. The details of the failure are made available in the cause of this exception. DO NOT CHANGE THIS CLASS. It is part of the cross-version protocol.- Since:
- 1.0-milestone-3
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BuildExceptionVersion1(java.lang.Throwable throwable)
-