SalesPoint Framework v3.0

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

Constructor Summary
LogNoOutputStreamException()
          Construct a new LogNoOutputStreamException.
LogNoOutputStreamException(String s)
          Construct a new LogNoOutputStreamException.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LogNoOutputStreamException

public LogNoOutputStreamException(String s)
Construct a new LogNoOutputStreamException.
Parameters:
s - a message describing the exception

LogNoOutputStreamException

public LogNoOutputStreamException()
Construct a new LogNoOutputStreamException.

SalesPoint Framework v3.0