public class ParserException extends RuntimeException
Modifier and Type | Class and Description |
---|---|
static class |
ParserException.Type |
Modifier and Type | Field and Description |
---|---|
protected ParserException.Type |
type |
Constructor and Description |
---|
ParserException(ParserException.Type type,
String message) |
Modifier and Type | Method and Description |
---|---|
ParserException.Type |
getType() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
protected final ParserException.Type type
public ParserException(ParserException.Type type, String message)
public ParserException.Type getType()
Copyright © 2018. All Rights Reserved.