|
||||||||||
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
ccs.LoseException
public class LoseException
An Exception thrown by CCS classes to indicate an everyday error condition. These will be encountered during routine operations and are (usually!) nothing to worry about.
These date from the earliest days of the CCS codebase and are being replaced with more specific alternatives; this is a long transition. Most of these alternatives subclass this, for backward compatibility during the transition. New code should use a more specific alternative.
Constructor Summary | |
---|---|
LoseException(java.lang.String msg)
creates a new LoseException (all LoseExceptions require a detail message). |
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 LoseException(java.lang.String msg)
msg
- The detail message
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |