메소드 | 설명 | |
---|---|---|
MultipleStatementException ( int count, int allotment ) : System |
Creates an instance of the multiple statement exception.
|
public MultipleStatementException ( int count, int allotment ) : System | ||
count | int | The number of statements in the script. |
allotment | int | The upper bound on number of statements. |
리턴 | System |