com.jrefinery.report.targets.pageable
Class OutputTargetException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.jfree.util.StackableException
                    |
                    +--com.jrefinery.report.targets.base.layout.SizeCalculatorException
                          |
                          +--com.jrefinery.report.targets.pageable.OutputTargetException
All Implemented Interfaces:
java.io.Serializable

public class OutputTargetException
extends SizeCalculatorException

An OutputTargetException is thrown if a element could not be printed in the target or an TargetInternalError occurred, that made proceeding impossible.

Author:
David Gilbert
See Also:
Serialized Form

Constructor Summary
OutputTargetException(java.lang.String message)
          Creates an exception.
OutputTargetException(java.lang.String message, java.lang.Exception ex)
          Creates an exception.
 
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

OutputTargetException

public OutputTargetException(java.lang.String message,
                             java.lang.Exception ex)
Creates an exception.

Parameters:
message - the exception message.
ex - the parent exception.

OutputTargetException

public OutputTargetException(java.lang.String message)
Creates an exception.

Parameters:
message - the exception message.