Class StrictWordWrapException

All Implemented Interfaces:
Serializable

@Deprecated public class StrictWordWrapException extends RuntimeException
Deprecated.
Exception thrown when strict word wrapping is enabled and text cannot fit within the specified column width without being forced to break mid-word.
See Also:
  • Constructor Details

    • StrictWordWrapException

      public StrictWordWrapException(String message)
      Deprecated.
      Constructs a new StrictWordWrapException with the specified detail message.
      Parameters:
      message - the detail message
    • StrictWordWrapException

      public StrictWordWrapException(String message, Throwable cause)
      Deprecated.
      Constructs a new StrictWordWrapException with the specified detail message and cause.
      Parameters:
      message - the detail message
      cause - the cause of the exception