com.sas.services
Class ParseException

com.sas.services.ParseException
All Implemented Interfaces:
com.sas.util.ChainedExceptionInterface, java.io.Serializable

public class ParseException
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(java.lang.String msg)
          Constructs an instance using the specified message that prompted creation of this parse exception.
ParseException(java.lang.Throwable throwable, java.lang.String message)
          Constructs an instance using the specified message and the throwable that prompted creation of this parse exception.
 

Constructor Detail

ParseException

public ParseException()
Constructs a default parse exception.


ParseException

public ParseException(java.lang.String msg)
Constructs an instance using the specified message that prompted creation of this parse exception.

Parameters:
msg - Exception message.

ParseException

public ParseException(java.lang.Throwable throwable,
                      java.lang.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 © 2009 SAS Institute Inc. All Rights Reserved.