make_() public static méthode

public static make_ ( Err self ) : void
self Err
Résultat void
Exemple #1
0
 public static void make_(UnknownServiceErr self, string msg, Err cause)
 {
     Err.make_(self, msg, cause);
 }
Exemple #2
0
 public static void make_(IOErr self, string msg, Err cause)
 {
     Err.make_(self, msg, cause);
 }
Exemple #3
0
 public static void make_(UnresolvedErr self, string msg, Err cause)
 {
     Err.make_(self, msg, cause);
 }
Exemple #4
0
 public static void make_(FieldNotSetErr self, string msg, Err cause)
 {
     Err.make_(self, msg, cause);
 }
Exemple #5
0
 public static void make_(NotImmutableErr self, string msg, Err cause)
 {
     Err.make_(self, msg, cause);
 }
Exemple #6
0
 public static void make_(UnsupportedErr self, string msg, Err cause)
 {
     Err.make_(self, msg, cause);
 }
Exemple #7
0
 public static void make_(InterruptedErr self, string msg, Err cause)
 {
     Err.make_(self, msg, cause);
 }