public class ParseException
extends java.lang.RuntimeException
Constructor and Description |
---|
ParseException()
Constructs a
ParseException with no message. |
ParseException(java.lang.String message)
Constructs a
ParseException with a detail message |
ParseException(java.lang.String message,
java.lang.Throwable cause)
Constructs a
ParseException with a detail message and the
cause of the exception. |
ParseException(java.lang.Throwable cause)
Constructs a
ParseException with the cause of the exception. |
public ParseException()
ParseException
with no message.public ParseException(java.lang.String message)
ParseException
with a detail messagemessage
- the detail message.public ParseException(java.lang.Throwable cause)
ParseException
with the cause of the exception.cause
- the actual cause of the exception.public ParseException(java.lang.String message, java.lang.Throwable cause)
ParseException
with a detail message and the
cause of the exception.message
- the detail message.cause
- the actual cause of the exception.<IBM Copyright © 2018 IBM Corp. All Rights Reserved.