org.pentaho.reporting.engine.classic.core.layout
Class SizeCalculatorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.pentaho.reporting.libraries.base.util.StackableException
              extended by 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

Constructor Summary
SizeCalculatorException()
          Creates a SizeCalculatorException with no message and no parent.
SizeCalculatorException(String message)
          Creates a SizeCalculatorException.
SizeCalculatorException(String message, Exception ex)
          Creates a SizeCalculatorException.
 
Method Summary
 
Methods inherited from class org.pentaho.reporting.libraries.base.util.StackableException
getMessage, getParent, getParentThrowable, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.