java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.lowagie.text.pdf.StrictWordWrapException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorsConstructorDescriptionStrictWordWrapException(String message) Constructs a new StrictWordWrapException with the specified detail message.StrictWordWrapException(String message, Throwable cause) Constructs a new StrictWordWrapException with the specified detail message and 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
-
StrictWordWrapException
Constructs a new StrictWordWrapException with the specified detail message.- Parameters:
message- the detail message
-
StrictWordWrapException
Constructs a new StrictWordWrapException with the specified detail message and cause.- Parameters:
message- the detail messagecause- the cause of the exception
-