Uses of Class
net.diversionmc.parser.util.ParserException
Packages that use ParserException
-
Uses of ParserException in net.diversionmc.parser.pattern
Methods in net.diversionmc.parser.pattern that throw ParserExceptionModifier and TypeMethodDescriptionstatic <T extends Sentence>
LinkedList<T>ParsePattern.match(List<ExpressionPiece> expressions, ParsePattern<T>... patterns) Match all the given patterns or fail. -
Uses of ParserException in net.diversionmc.parser.util
Methods in net.diversionmc.parser.util that throw ParserExceptionModifier and TypeMethodDescriptionstatic voidMake sure a condition is met, else throw an exception with a given message.static voidParserException.ASSERT(boolean check, Supplier<FilePointer> ptr, String elseMessage) Make sure a condition is met, else throw an exception with a given message.static voidParserException.ASSERT(boolean check, FilePointer ptr, String elseMessage) Make sure a condition is met, else throw an exception with a given message.