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