org.jfree.report.layout
Class SizeCalculatorException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--org.jfree.util.StackableException
|
+--org.jfree.report.layout.SizeCalculatorException
- Direct Known Subclasses:
- OutputTargetException
- public class SizeCalculatorException
- extends org.jfree.util.StackableException
The SizeCalculatorException is thrown if a SizeCalculator was not able to compute the
dimensions of a given content.
- Author:
- Thomas Morgner
- See Also:
- Serialized Form
| Methods inherited from class org.jfree.util.StackableException |
getParent,
printStackTrace,
printStackTrace,
printStackTrace |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace,
getLocalizedMessage,
getMessage,
toString |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
SizeCalculatorException
public SizeCalculatorException()
- Creates a SizeCalculatorException with no message and no parent.
SizeCalculatorException
public SizeCalculatorException(java.lang.String message,
java.lang.Exception ex)
- Creates a SizeCalculatorException.
- Parameters:
message - the exception message.ex - the parent exception.
SizeCalculatorException
public SizeCalculatorException(java.lang.String message)
- Creates a SizeCalculatorException.
- Parameters:
message - the exception message.