public class ExceptionFactoryImpl extends Object implements ExceptionFactory
Constructor and Description |
---|
ExceptionFactoryImpl() |
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() |
public void launchInsufficientParamtersException(String operator, int expectedArguments, int foundArguments)
launchInsufficientParamtersException
in interface ExceptionFactory
public void launchInvalidCharacterException(String invalidCharacter)
launchInvalidCharacterException
in interface ExceptionFactory
public void launchInvalidExpressionException()
launchInvalidExpressionException
in interface ExceptionFactory
public void launchInvalidOperatorException()
launchInvalidOperatorException
in interface ExceptionFactory
public void launchMismatchedParenthesesException()
launchMismatchedParenthesesException
in interface ExceptionFactory
public void launchTooManyValuesException()
launchTooManyValuesException
in interface ExceptionFactory
Copyright © 2013. All Rights Reserved.