|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
gnu.jpdf.StringTooLongException
public class StringTooLongException
This exception is thrown from BoundingBox
if the
string won't fit into the box
Constructor Summary | |
---|---|
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 | |
---|---|
java.lang.String |
getMessage()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
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.
msg
- a String
, some informative message for the logsMethod Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Throwable
public java.lang.String getMessage()
getMessage
in class java.lang.Throwable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |