public interface ExceptionFactory
Modifier and Type | Method and Description |
---|---|
void |
launchInsufficientParamtersException(String operator,
int expectedArguments,
int foundArguments) |
void |
launchInvalidCharacterException(String invalidCharacter) |
void |
launchInvalidExpressionException() |
void |
launchInvalidOperatorException() |
void |
launchMismatchedParenthesesException() |
void |
launchTooManyValuesException() |
void launchInsufficientParamtersException(String operator, int expectedArguments, int foundArguments)
void launchInvalidCharacterException(String invalidCharacter)
void launchInvalidExpressionException()
void launchInvalidOperatorException()
void launchMismatchedParenthesesException()
void launchTooManyValuesException()
Copyright © 2013. All Rights Reserved.