org.jfree.repository
Class ContentIOException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jfree.util.StackableException
org.jfree.repository.ContentIOException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- ContentCreationException
public class ContentIOException
- extends org.jfree.util.StackableException
Creation-Date: 13.11.2006, 11:47:35
- Author:
- Thomas Morgner
- See Also:
- Serialized Form
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 |
ContentIOException
public ContentIOException()
- Creates a StackableRuntimeException with no message and no parent.
ContentIOException
public ContentIOException(java.lang.String message,
java.lang.Exception ex)
- Creates an exception.
- Parameters:
message
- the exception message.ex
- the parent exception.
ContentIOException
public ContentIOException(java.lang.String message)
- Creates an exception.
- Parameters:
message
- the exception message.