public class ParseException
extends java.lang.Exception
Title: Framework Support Library
Description: Signals that something went wrong while parsing data.
Copyright: Copyright (c) 2012
Company: StreamScape Technologies
Constructor and Description |
---|
ParseException()
Constructs an ParseException with no detail message.
|
ParseException(java.lang.String s)
Constructs an ParseException class with the specified detail message.
|
public ParseException()
public ParseException(java.lang.String s)
s
- the String containing a detail messageCopyright © 2015-2024 StreamScape Technologies. All rights reserved.