Class BaseTokenScannerException

  • All Implemented Interfaces:
    Serializable

    public class BaseTokenScannerException
    extends RuntimeException
    BaseTokenScannerExpression is the RuntimeException thrown by the BaseTokenScanner when expectations are not met.
    Author:
    djl 2009.03.14
    See Also:
    Serialized Form
    • Constructor Detail

      • BaseTokenScannerException

        public BaseTokenScannerException​(String sMessage)
        Construct a new BaseTokenException with the given string.
        Parameters:
        sMessage - the message String for the exception
      • BaseTokenScannerException

        public BaseTokenScannerException()
        Construct a new BaseTokenException.