@ThreadSafe
public class ParseException
extends java.lang.Exception
| Constructor and Description |
|---|
ParseException()
Creates a new ParseException.
|
ParseException(java.lang.String msg)
Creates a new ParseException.
|
ParseException(java.lang.String msg,
java.lang.Throwable ex)
Creates a new ParseException.
|
ParseException(java.lang.Throwable ex)
Creates a new ParseException.
|
public ParseException()
public ParseException(java.lang.String msg)
msg - a message for the exception.public ParseException(java.lang.Throwable ex)
ex - the cause of the failure.public ParseException(java.lang.String msg,
java.lang.Throwable ex)
msg - a message for the exception.ex - the cause of the failure.Copyright© 2012-21 Jeremy Long. All Rights Reserved.