public class EvalException
extends com.aspose.ms.System.Exception
Custom exception for evaluation errors
Constructor and Description |
---|
EvalException(String message,
int position)
Initializes a new instance of the
EvalException class. |
Modifier and Type | Method and Description |
---|---|
String |
getMessage()
Gets the message associated with this exception
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public EvalException(String message, int position)
Initializes a new instance of the EvalException
class.
message
- The message.position
- The position.public String getMessage()
Gets the message associated with this exception
getMessage
in class Throwable