log
Class LogNoOutputStreamException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.io.IOException
|
+--log.LogNoOutputStreamException
- public class LogNoOutputStreamException
- extends IOException
Exception thrown in Log.
LogNoOutputStreamException indicates that there was no output stream to
log to.
- Since:
- v1.0
- Version:
- 1.0
- Author:
- Steffen Zschaler
- See Also:
Log
, Serialized Form
LogNoOutputStreamException
public LogNoOutputStreamException(String s)
- Construct a new LogNoOutputStreamException.
- Parameters:
s
- a message describing the exception
LogNoOutputStreamException
public LogNoOutputStreamException()
- Construct a new LogNoOutputStreamException.