@InterfaceAudience.Private public class ParseException extends Exception
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
ParseException() |
ParseException(String msg) |
ParseException(String msg,
Throwable t) |
ParseException(Throwable t) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
private static final long serialVersionUID
public ParseException()
public ParseException(String msg)
public ParseException(Throwable t)
public ParseException(String msg, Throwable t)
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.