All Packages Class Hierarchy This Package Previous Next Index
Class Jaja.Anomaly
java.lang.Object
|
+----Jaja.Jaja
|
+----Jaja.Value
|
+----Jaja.Anomaly
- public class Anomaly
- extends Value
This is the class for Anomaly raised or caught by the
implementation or raised explicitly by the user (using the diagnose
function). This class may be subclassed at will. @See
AnomalyFromException
-
message
-
-
Anomaly(String)
- Create an Anomaly with a specific reason to be displayed.
-
toString()
- Convert a Value into a human-readable Java String.
message
public final String message
Anomaly
public Anomaly(String m)
- Create an Anomaly with a specific reason to be displayed.
toString
public String toString()
- Convert a Value into a human-readable Java String.
- Overrides:
- toString in class Value
All Packages Class Hierarchy This Package Previous Next Index