//JAVA TO C# CONVERTER WARNING: Method 'throws' clauses are not available in .NET: //ORIGINAL LINE: public boolean continueWithNextDecision() throws org.maltparser.core.exception.MaltChainedException public virtual bool continueWithNextDecision() { return(tableContainer.continueWithNextDecision(decision)); }