|
||||||||||
| 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.millscript.commons.alert.Alert
org.millscript.commons.alert.alerts.Fault
org.millscript.commons.alert.alerts.Unimplemented
public class Unimplemented
This class represents an unimplemented feature alert.
| Constructor Summary | |
|---|---|
|
Unimplemented()
Constructs a new fault alert with no explanation. |
|
Unimplemented(java.lang.String exp)
Constructs a new fault alert with the specified explanation. |
protected |
Unimplemented(java.lang.String comp,
java.lang.String exp)
Constructs a new alert with the specified complaint and explanation. |
| Method Summary |
|---|
| Methods inherited from class org.millscript.commons.alert.Alert |
|---|
culprit, culprit, culprit, culprit, culprit, culprit, culprit, culprit, decorate, decorate, escape, getComplaint, getCulprits, getMessage, getParentAlert, getParentThrowable, getPhase, getReason, isMishap, mishap, origin, remishap, report, setParentAlert, setParentThrowable, setPhase, toString |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Unimplemented()
public Unimplemented(java.lang.String exp)
exp - the explanation for the alert
protected Unimplemented(java.lang.String comp,
java.lang.String exp)
comp - the complaintexp - the complaints explanation
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||