Serialized Form


Package org.millscript.commons.alert

Class org.millscript.commons.alert.Alert extends java.lang.RuntimeException implements Serializable

serialVersionUID: 3258416140119128372L

Serialized Fields

complaint

java.lang.String complaint
This alerts complaint.


culprits

java.util.LinkedList<E> culprits
List of this alerts culprits.


decorators

java.util.Set<E> decorators
The decorators which have decorated this alert are logged here.


hasOrigin

boolean hasOrigin
Indicates if this alert has had origin information set.


isMishap

boolean isMishap
Indicates if this alert is a mishap. Once this flag has been set to true it should not be set to false, i.e. once a mishap - always a mishap.

TODO - In the future this should be replaced by the traffic light system Steve was thinking about...


parentAlert

Alert parentAlert
The underlying alert that caused this alert.


parentThrowable

java.lang.Throwable parentThrowable
The underlying exception that caused this alert.


phase

Phase phase
The phase the alert occured during.


reason

java.lang.String reason
The reason for the complaint.

Class org.millscript.commons.alert.EscapeException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 3906369337534002740L

Serialized Fields

alert

Alert alert
The Alert that lead to this exception.


Package org.millscript.commons.alert.alerts

Class org.millscript.commons.alert.alerts.ClassCastAlert extends Alert implements Serializable

serialVersionUID: 3905520523197823026L

Class org.millscript.commons.alert.alerts.ClassNotFoundAlert extends Alert implements Serializable

serialVersionUID: 3690480220897424695L

Class org.millscript.commons.alert.alerts.Fault extends Alert implements Serializable

serialVersionUID: 3257282526501679664L

Class org.millscript.commons.alert.alerts.IllegalAccessAlert extends Alert implements Serializable

serialVersionUID: 3256723978956453936L

Class org.millscript.commons.alert.alerts.IllegalArgumentAlert extends Alert implements Serializable

serialVersionUID: 1142211628209432214L

Class org.millscript.commons.alert.alerts.InstantiationAlert extends Alert implements Serializable

serialVersionUID: 3257567308619854649L

Class org.millscript.commons.alert.alerts.IOAlert extends Alert implements Serializable

serialVersionUID: 3689916154252505399L

Class org.millscript.commons.alert.alerts.Unimplemented extends Fault implements Serializable

serialVersionUID: 3257005462388815414L

Class org.millscript.commons.alert.alerts.UnsupportedCharacterSetAlert extends IOAlert implements Serializable

serialVersionUID: 5271873501333775499L



Copyright © 2005-2007 Open World Ltd. All Rights Reserved.