Class CompilationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
build.buf.protovalidate.exceptions.ValidationException
build.buf.protovalidate.exceptions.CompilationException
- All Implemented Interfaces:
Serializable
CompilationException is returned when a constraint fails to compile. This is a fatal error.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCompilationException(String message) CompilationException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CompilationException
-
CompilationException
-