public class org.apache.commons.math.exception.NotStrictlyPositiveException extends org.apache.commons.math.exception.NumberIsTooSmallException
{
private static final long serialVersionUID;
public void <init>(java.lang.Number)
{
org.apache.commons.math.exception.NotStrictlyPositiveException v;
java.lang.Number v;
java.lang.Integer v;
v := @this: org.apache.commons.math.exception.NotStrictlyPositiveException;
v := @parameter: java.lang.Number;
v = staticinvoke <java.lang.Integer: java.lang.Integer valueOf(int)>(0);
specialinvoke v.<org.apache.commons.math.exception.NumberIsTooSmallException: void <init>(java.lang.Number,java.lang.Number,boolean)>(v, v, 0);
return;
}
public void <init>(org.apache.commons.math.exception.util.Localizable, java.lang.Number)
{
org.apache.commons.math.exception.NotStrictlyPositiveException v;
java.lang.Number v;
java.lang.Integer v;
org.apache.commons.math.exception.util.Localizable v;
v := @this: org.apache.commons.math.exception.NotStrictlyPositiveException;
v := @parameter: org.apache.commons.math.exception.util.Localizable;
v := @parameter: java.lang.Number;
v = staticinvoke <java.lang.Integer: java.lang.Integer valueOf(int)>(0);
specialinvoke v.<org.apache.commons.math.exception.NumberIsTooSmallException: void <init>(org.apache.commons.math.exception.util.Localizable,java.lang.Number,java.lang.Number,boolean)>(v, v, v, 0);
return;
}
}