org.pentaho.reporting.engine.classic.core.layout
Class SizeCalculatorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.pentaho.reporting.libraries.base.util.StackableException
org.pentaho.reporting.engine.classic.core.layout.SizeCalculatorException
- All Implemented Interfaces:
- Serializable
public class SizeCalculatorException
- extends org.pentaho.reporting.libraries.base.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.pentaho.reporting.libraries.base.util.StackableException |
getMessage, getParent, getParentThrowable, printStackTrace, printStackTrace, printStackTrace, toString |
SizeCalculatorException
public SizeCalculatorException()
- Creates a SizeCalculatorException with no message and no parent.
SizeCalculatorException
public SizeCalculatorException(String message,
Exception ex)
- Creates a SizeCalculatorException.
- Parameters:
message
- the exception message.ex
- the parent exception.
SizeCalculatorException
public SizeCalculatorException(String message)
- Creates a SizeCalculatorException.
- Parameters:
message
- the exception message.