stella.error
Interface StringActivated


public interface StringActivated

A interface indicating that this error should be activated with a string to allow its proper meaning to be established.


Method Summary
 void activateWith(String s)
          This method should be called right after construction/initialization of the error to properly define its meaning.
 

Method Detail

activateWith

void activateWith(String s)
This method should be called right after construction/initialization of the error to properly define its meaning.