public class ParseException extends RuntimeException
ParseException()
ParseException(Exception e)
ParseException(String msg)
ParseException(String msg, Exception e)
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public ParseException()
public ParseException(String msg)
public ParseException(Exception e)
public ParseException(String msg, Exception e)
Copyright © 2020. All rights reserved.