public class ParseException extends MessagingException
Constructor and Description |
---|
ParseException()
Constructs a ParseException with no detail message.
|
ParseException(String s)
Constructs a ParseException with the specified detail message.
|
getMessage, getNextException, setNextException
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ParseException()
public ParseException(String s)
s
- the detail messageCopyright © 2019 JBoss by Red Hat. All rights reserved.