SalesPoint v3.3 API

log
Class LogNoOutputStreamException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by 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

Constructor Summary
LogNoOutputStreamException()
          Construct a new LogNoOutputStreamException.
LogNoOutputStreamException(String s)
          Construct a new LogNoOutputStreamException.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, 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 v3.3 API