Class BaseTokenScannerException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.tangosol.coherence.dsltools.base.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:
  • Constructor Details

    • 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.