com.sas.services
Class ParseException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.sas.util.ChainedException
|
+--com.sas.services.ServiceException
|
+--com.sas.services.ParseException
- All Implemented Interfaces:
- public class ParseException
- extends ServiceException
- implements java.io.Serializable
Parse exception is thrown when a parsing error occurs.
This exception can be thrown when parsing name/value pairs.
- Since:
- 1.0
- See Also:
- Serialized Form
|
Constructor Summary |
ParseException()
Constructs a default parse exception. |
ParseException(String msg)
Constructs an instance using the specified message
that prompted creation of this parse exception. |
ParseException(Throwable throwable,
String message)
Constructs an instance using the specified message and the throwable
that prompted creation of this parse exception. |
ParseException
public ParseException()
- Constructs a default parse exception.
ParseException
public ParseException(String msg)
- Constructs an instance using the specified message
that prompted creation of this parse exception.
- Parameters:
msg - Exception message.
ParseException
public ParseException(Throwable throwable,
String message)
- Constructs an instance using the specified message and the throwable
that prompted creation of this parse exception.
- Parameters:
throwable - Throwable that prompted the exception.message - Exception message.
Copyright © 2006 SAS Institute Inc. All Rights Reserved.
javadoc generated Fri, 10 Feb 2006 17:28:52