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


Variable Index

 o message

Constructor Index

 o Anomaly(String)
Create an Anomaly with a specific reason to be displayed.

Method Index

 o toString()
Convert a Value into a human-readable Java String.

Variables

 o message
 public final String message

Constructors

 o Anomaly
 public Anomaly(String m)
Create an Anomaly with a specific reason to be displayed.

Methods

 o 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