Class RestDocumentationGenerationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.restdocs.generate.RestDocumentationGenerationException
All Implemented Interfaces:
Serializable

public class RestDocumentationGenerationException extends RuntimeException
An exception that can be thrown when a failure occurs during REST documentation generation.
Since:
1.1.0
Author:
Andy Wilkinson
See Also:
  • Constructor Details

    • RestDocumentationGenerationException

      public RestDocumentationGenerationException(Throwable cause)
      Creates a new RestDocumentationException with the given cause.
      Parameters:
      cause - the cause
    • RestDocumentationGenerationException

      public RestDocumentationGenerationException(String message, Throwable cause)
      Creates a new RestDocumentationException with the given message and cause.
      Parameters:
      message - the message
      cause - the cause