org.jfree.report.content
Class ContentCreationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.jfree.util.StackableException
              extended byorg.jfree.report.content.ContentCreationException
All Implemented Interfaces:
java.io.Serializable

public class ContentCreationException
extends org.jfree.util.StackableException

A ContentCreationException is thrown whenever a content could not be created.

Author:
Thomas Morgner
See Also:
Serialized Form

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

Constructor Detail

ContentCreationException

public ContentCreationException()
Creates a ContentCreationException with no message and no parent.


ContentCreationException

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

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

ContentCreationException

public ContentCreationException(java.lang.String message)
Creates an ContentCreationException.

Parameters:
message - the exception message.