Package ball.activation
Class ThrowableDataSource
- java.lang.Object
-
- ball.activation.AbstractDataSource
-
- ball.activation.FilterDataSource
-
- ball.activation.ReaderWriterDataSource
-
- ball.activation.ThrowableDataSource
-
- All Implemented Interfaces:
DataSourceDefaultMethods
,DataSource
public class ThrowableDataSource extends ReaderWriterDataSource
- Author:
- Allen D. Ball
-
-
Field Summary
-
Fields inherited from class ball.activation.ReaderWriterDataSource
CHARSET
-
Fields inherited from interface ball.activation.DataSourceDefaultMethods
APPLICATION_OCTET_STREAM, APPLICATION_XML, CONTENT_TYPE, TEXT_HTML, TEXT_PLAIN
-
-
Constructor Summary
Constructors Constructor Description ThrowableDataSource(Throwable throwable)
Sole constructor.
-
Method Summary
-
Methods inherited from class ball.activation.ReaderWriterDataSource
getBufferedReader, getCharset, getPrintStream, getPrintWriter, getReader, getWriter, nameOf, toString, writeTo
-
Methods inherited from class ball.activation.FilterDataSource
getContentType, getDataSource, getInputStream, getName, getOutputStream, setContentType, setName
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface ball.activation.DataSourceDefaultMethods
clear, getInputStream, getOutputStream, length, wrap, wrap
-
-
-
-
Constructor Detail
-
ThrowableDataSource
public ThrowableDataSource(Throwable throwable)
Sole constructor.- Parameters:
throwable
- TheThrowable
.
-
-