org.jfree.repository
public class ContentCreationException extends ContentIOException
| Constructor Summary | |
|---|---|
| ContentCreationException()
Creates a StackableRuntimeException with no message and no parent. | |
| ContentCreationException(String message, Exception ex)
Creates an exception.
| |
| ContentCreationException(String message)
Creates an exception.
| |
Parameters: message the exception message. ex the parent exception.
Parameters: message the exception message.