Documentation of 'net.objecthunter.exp4j.tokenizer.UnknownFunctionOrVariableException' Java class
UnknownFunctionOrVariableException
net.objecthunter.exp4j.tokenizer

Class UnknownFunctionOrVariableException

  • All Implemented Interfaces:
    java.io.Serializable


    public class UnknownFunctionOrVariableException
    extends java.lang.IllegalArgumentException
    This exception is being thrown whenever Tokenizer finds unknown function or variable.
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getExpression() 
      java.lang.String getMessage() 
      int getPosition() 
      java.lang.String getToken() 
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • UnknownFunctionOrVariableException

        public UnknownFunctionOrVariableException(java.lang.String expression,
                                                  int position,
                                                  int length)
    • Method Detail

      • getMessage

        public java.lang.String getMessage()
        Overrides:
        getMessage in class java.lang.Throwable
      • getExpression

        public java.lang.String getExpression()
        Returns:
        Expression which contains unknown function or variable
      • getToken

        public java.lang.String getToken()
        Returns:
        The name of unknown function or variable
      • getPosition

        public int getPosition()
        Returns:
        The position of unknown function or variable

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.