Class ExecutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
build.buf.protovalidate.exceptions.ValidationException
build.buf.protovalidate.exceptions.ExecutionException
- All Implemented Interfaces:
Serializable
ExecutionException is returned when a rule fails to execute. This is a fatal error.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionExecutionException(String message) Creates an ExecutionException with the specified message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ExecutionException
Creates an ExecutionException with the specified message.- Parameters:
message- Exception message.
-