|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
org.salespointframework.core.logging.LogNoOutputStreamException
public class LogNoOutputStreamException
Exception thrown in Log.
LogNoOutputStreamException indicates that there was no output stream to log to.
Log
,
Serialized FormConstructor Summary | |
---|---|
LogNoOutputStreamException()
Construct a new LogNoOutputStreamException. |
|
LogNoOutputStreamException(java.lang.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 |
---|
public LogNoOutputStreamException(java.lang.String s)
s
- a message describing the exceptionpublic LogNoOutputStreamException()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |