com.jrefinery.report.targets.base.layout
Class SizeCalculatorException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.jfree.util.StackableException
                    |
                    +--com.jrefinery.report.targets.base.layout.SizeCalculatorException
All Implemented Interfaces:
java.io.Serializable
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

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

Constructor Detail

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.