Class CannotInferException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.facebook.buck.jvm.java.abi.source.api.CannotInferException
-
- All Implemented Interfaces:
Serializable
public class CannotInferException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CannotInferException(String what, Element owner)
CannotInferException(String what, TypeMirror owner)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
CannotInferException
public CannotInferException(String what, TypeMirror owner)
-
-