org.jfree.repository
Class ContentCreationException
Creation-Date: 13.11.2006, 11:46:52
ContentCreationException
public ContentCreationException()
Creates a StackableRuntimeException with no message and no parent.
ContentCreationException
public ContentCreationException(String message)
Creates an exception.
message
- the exception message.
ContentCreationException
public ContentCreationException(String message,
Exception ex)
Creates an exception.
message
- the exception message.ex
- the parent exception.