***  This class is subject to change.  ***

com.sas.iquery.metadata.serverprop.formats
Class SASFormatException

com.sas.iquery.metadata.serverprop.formats.SASFormatException
All Implemented Interfaces:
com.sas.util.LocalizableToStringInterface, java.io.Serializable

public class SASFormatException

Specifies an exception that is thrown on SAS format processing failures.

See Also:
Serialized Form

Constructor Summary
SASFormatException(java.lang.String msg)
          Constructs an SASFormatException with the specified detail message.
SASFormatException(java.lang.Throwable t, java.lang.String msg)
          Constructs an SASFormatException with the specified target exception and detail message.
 
Method Summary
 
Methods inherited from class com.sas.iquery.IQueryServicesException
getFirstReason, getReasons, getSASLog, getSASLog, hasReasonWithCodes
 

Constructor Detail

***  This constructor is subject to change.  ***

SASFormatException

public SASFormatException(java.lang.String msg)
Constructs an SASFormatException with the specified detail message.

Parameters:
msg - The detail message.

***  This constructor is subject to change.  ***

SASFormatException

public SASFormatException(java.lang.Throwable t,
                          java.lang.String msg)
Constructs an SASFormatException with the specified target exception and detail message.

Parameters:
t - The target exception (the exception that caused this SASFormatException to be created for).
msg - The detail message.

***  This class is subject to change.  ***




Copyright © 2009 SAS Institute Inc. All Rights Reserved.