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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BaseTokenScannerException()
Construct a new BaseTokenException.BaseTokenScannerException(String sMessage)
Construct a new BaseTokenException with the given string.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
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.
-
-