Package pdf
Class StringTooLongException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- pdf.StringTooLongException
-
- All Implemented Interfaces:
java.io.Serializable
public class StringTooLongException extends java.lang.ExceptionThis exception is thrown from gnu.jpdf.BoundingBox if the string won't fit into the box
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StringTooLongException(java.lang.String msg)Normally this exception is constructed with a message containing information about the sizes of the parent and child box, and maybe the string that caused the overflow.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetMessage()java.lang.StringtoString()
-
-
-
Constructor Detail
-
StringTooLongException
public StringTooLongException(java.lang.String msg)
Normally this exception is constructed with a message containing information about the sizes of the parent and child box, and maybe the string that caused the overflow.
- Parameters:
msg- aString, some informative message for the logs
-
-