|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Alert | |
|---|---|
| org.millscript.commons.alert | This package provides an improved exception, called an Alert. |
| org.millscript.commons.alert.alerts | This package contains general alerts which mirror their related Java exception. |
| org.millscript.commons.alert.reporters | |
| Uses of Alert in org.millscript.commons.alert |
|---|
| Methods in org.millscript.commons.alert that return Alert | |
|---|---|
Alert |
Alert.culprit(java.lang.String type,
boolean value)
Attach a new culprit to this alert, with a boolean as the culprit. |
Alert |
Alert.culprit(java.lang.String type,
byte value)
Attach a new culprit to this alert, with a byte as the culprit. |
Alert |
Alert.culprit(java.lang.String type,
char value)
Attach a new culprit to this alert, with a char as the culprit. |
Alert |
Alert.culprit(java.lang.String type,
double value)
Attach a new culprit to this alert, with a double as the culprit. |
Alert |
Alert.culprit(java.lang.String type,
float value)
Attach a new culprit to this alert, with a float as the culprit. |
Alert |
Alert.culprit(java.lang.String type,
int value)
Attach a new culprit to this alert, with an int as the culprit. |
Alert |
Alert.culprit(java.lang.String type,
long value)
Attach a new culprit to this alert, with a long as the culprit. |
Alert |
Alert.culprit(java.lang.String type,
java.lang.Object value)
Attach a new culprit to this alert, with a general object as the culprit. |
Alert |
AlertDecorator.decorate(Alert alert)
Decorates the supplied alert with information for this decorator. |
Alert |
Alert.decorate(AlertDecorator decorator)
Decorates this alert with the information from the supplied decorator. |
Alert |
Alert.decorate(java.lang.Object o)
Decorates this alert with information from the supplied object. |
Alert |
EscapeException.getAlert()
Returns the alert that caused this exception. |
Alert |
Alert.getParentAlert()
Returns the Alert that caused this Alert to be generated. |
Alert |
Alert.mishap()
Marks this alert as a mishap and throws itself. |
Alert |
Alert.origin(AlertOrigin origin)
Decorates this alert with origin information from the supplied alert origin. |
Alert |
Alert.remishap()
Reports this alert as a mishap, by throwing it as an exception. |
Alert |
Alert.setParentAlert(Alert alert)
Sets the parent alert for this alert. |
Alert |
Alert.setParentThrowable(java.lang.Throwable throwable)
Sets the parent throwable for this alert. |
Alert |
Alert.setPhase(Phase p)
Sets the phase this alert occured in. |
| Methods in org.millscript.commons.alert with parameters of type Alert | |
|---|---|
Alert |
AlertDecorator.decorate(Alert alert)
Decorates the supplied alert with information for this decorator. |
void |
AlertReporter.report(Alert alert)
Reports the specified Alert in the appropriate manner. |
Alert |
Alert.setParentAlert(Alert alert)
Sets the parent alert for this alert. |
| Constructors in org.millscript.commons.alert with parameters of type Alert | |
|---|---|
Alert(java.lang.String comp,
Alert pa)
Constructs a new alert with the specified complaint and alert cause. |
|
EscapeException(Alert a)
Constructs a new exception for the specified alert. |
|
| Uses of Alert in org.millscript.commons.alert.alerts |
|---|
| Subclasses of Alert in org.millscript.commons.alert.alerts | |
|---|---|
class |
ClassCastAlert
This class implements an Alert for use in situations like where a ClassCastException has been thrown. |
class |
ClassNotFoundAlert
This class implements an Alert for use in situations like where a ClassNotFoundException has been thrown. |
class |
Fault
This class represents an internal fault alert and is used in combination with a normal exception to indicate a abnormal internal condition in the system. |
class |
IllegalAccessAlert
This class implements an Alert for use in situations like where a IllegalAccessException has been thrown. |
class |
IllegalArgumentAlert
This class implements an Alert for use in situations like where a IllegalArgumentException has been thrown. |
class |
InstantiationAlert
This class implements an Alert for use in situations like where a InstantiationException has been thrown. |
class |
IOAlert
This class implements an Alert for use in situations like where a IOException has been thrown. |
class |
Unimplemented
This class represents an unimplemented feature alert. |
class |
UnsupportedCharacterSetAlert
This class implements an Alert for use in situations like where a UnsupportedCharsetException has been thrown. |
| Uses of Alert in org.millscript.commons.alert.reporters |
|---|
| Methods in org.millscript.commons.alert.reporters with parameters of type Alert | |
|---|---|
void |
AbstractAlertReporter.report(Alert alert)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||