|
||||||||||
| 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.ArghException
public class ArghException
An exception thrown by CCS classes to indicate a more severe
problem than a LoseException. Receipt of one of these
will generally cause the application to stop.
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 | |
|---|---|
ArghException(java.lang.String msg)
Constructs a new ArghException. |
|
| 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 ArghException(java.lang.String msg)
msg - The detail message.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||