|
|||||||||
| 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.lang.RuntimeException
org.jscience.util.logging.LogException
public class LogException
LogException is thrown when a problem is encountered while writing to a LogWriter
LogWriter,
Serialized Form| Constructor Summary | |
|---|---|
LogException()
Creates a new LogException object. |
|
LogException(java.lang.String text)
Creates a new LogException object. |
|
LogException(java.lang.String text,
java.lang.Throwable cause)
Creates a new LogException object. |
|
LogException(java.lang.Throwable cause)
Creates a new LogException object. |
|
| 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 LogException()
public LogException(java.lang.String text)
text - DOCUMENT ME!public LogException(java.lang.Throwable cause)
cause - DOCUMENT ME!
public LogException(java.lang.String text,
java.lang.Throwable cause)
text - DOCUMENT ME!cause - DOCUMENT ME!
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||