log
Class LogNoOutputStreamException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
log.LogNoOutputStreamException
- All Implemented Interfaces:
- Serializable
public class LogNoOutputStreamException
- extends IOException
Exception thrown in Log.
LogNoOutputStreamException indicates that there was no output stream to
log to.
- Since:
- v1.0
- Author:
- Steffen Zschaler
- See Also:
Log
,
Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
LogNoOutputStreamException
public LogNoOutputStreamException(String s)
- Construct a new LogNoOutputStreamException.
- Parameters:
s
- a message describing the exception
LogNoOutputStreamException
public LogNoOutputStreamException()
- Construct a new LogNoOutputStreamException.