BuiltInExceptions.java
formatted.
This commit is contained in:
parent
c3e159bcb9
commit
18d71926fc
1 changed files with 4 additions and 2 deletions
|
@ -153,11 +153,13 @@ public class BuiltInExceptions implements BuiltInExceptionProvider {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public DynamicCommandExceptionType readerExpectedSymbol() {
|
public DynamicCommandExceptionType readerExpectedSymbol() {
|
||||||
return READER_EXPECTED_SYMBOL; }
|
return READER_EXPECTED_SYMBOL;
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public DynamicCommandExceptionType readerNoSuchElement() {
|
public DynamicCommandExceptionType readerNoSuchElement() {
|
||||||
return READER_NO_SUCH_ELEMENT; }
|
return READER_NO_SUCH_ELEMENT;
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public SimpleCommandExceptionType dispatcherUnknownCommand() {
|
public SimpleCommandExceptionType dispatcherUnknownCommand() {
|
||||||
|
|
Loading…
Reference in a new issue