@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, toStringprivate static final long serialVersionUID
public ParseException()
public ParseException(String msg)
public ParseException(Throwable t)
public ParseException(String msg, Throwable t)
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.