Unless otherwise specified, passing a null argument to any method or constructor in this class will cause a {@link NullPointerException} to be thrown.
Constructs an instance of this class with the specified flag and conversion.paramf The flagparamc The conversion if (f == null) throw new NullPointerException(); this.f = f; this.c = c;
if (f == null) throw new NullPointerException(); this.f = f; this.c = c;
Returns the incompatible conversion.returnThe conversion return c;
return c;
Returns the incompatible flag.returnThe flag return f;
return f;
return "Conversion = " + c + ", Flags = " + f;