|
||||||||||
| 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
gate.util.LazyProgrammerException
public class LazyProgrammerException
What to throw in a method that hasn't been implemented yet. Yes, there are good reasons never to throw RuntimeExceptions and thereby sidestep Java's exception checking mechanism. But we're so lazy we don't care. And anyway, none of these are ever supposed to make it into released versions (who are we kidding?).
| Field Summary | |
|---|---|
private static boolean |
DEBUG
Debug flag |
(package private) static String |
defaultMessage
In a fit of complete laziness we didn't even document this class properly. |
| Constructor Summary | |
|---|---|
LazyProgrammerException()
In a fit of complete laziness we didn't even document this class properly. |
|
LazyProgrammerException(String s)
In a fit of complete laziness we didn't even document this class properly. |
|
| 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 |
| Field Detail |
|---|
private static final boolean DEBUG
static String defaultMessage
| Constructor Detail |
|---|
public LazyProgrammerException()
public LazyProgrammerException(String s)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||