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