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
@SASScope(value="ALL")
@SubjectToChange
public class SASFormatException
Specifies an exception that is thrown on SAS format processing failures.
- See Also:
- Serialized Form
SASFormatException
@SASScope(value="ALL")
@SubjectToChange
public SASFormatException(java.lang.String msg)
- Constructs an
SASFormatException with the specified detail message.
- Parameters:
msg - The detail message.
SASFormatException
@SASScope(value="ALL")
@SubjectToChange
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.
Copyright © 2009 SAS Institute Inc. All Rights Reserved.