EvalException

Inheritance: java.lang.Object, java.lang.Throwable, java.lang.Exception, java.lang.RuntimeException, com.aspose.ms.System.Exception

public class EvalException extends System.Exception

Custom exception for evaluation errors

Constructors

ConstructorDescription
EvalException(String message, int position)Initializes a new instance of the EvalException class.

Methods

MethodDescription
getMessage()Gets the message associated with this exception

EvalException(String message, int position)

public EvalException(String message, int position)

Initializes a new instance of the EvalException class.

Parameters:

ParameterTypeDescription
messagejava.lang.StringThe message.
positionintThe position.

getMessage()

public String getMessage()

Gets the message associated with this exception

Returns: java.lang.String