public class ParserEngineException extends Exception
LocationParserEngine parsing.| Constructor and Description |
|---|
ParserEngineException() |
ParserEngineException(String message) |
ParserEngineException(String message,
Throwable cause) |
ParserEngineException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
ParserEngineException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ParserEngineException()
public ParserEngineException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
public ParserEngineException(String message)
public ParserEngineException(Throwable cause)
Copyright © 2019. All rights reserved.