com.sas.iquery.metadata
Class IQueryException
com.sas.iquery.metadata.IQueryException
All Implemented Interfaces: com.sas.util.LocalizableToStringInterface, java.io.Serializable
Direct Known Subclasses: MetadataException
public class IQueryException
IQueryException is a temporary superclass to MetadataException.
This class is inherited by most, if not all, iquery exceptions.
This will likely be changed in a future release.
See Also: Serialized Form
IQueryException
public IQueryException (java.lang.String msg)
Constructs an IQueryException
with the specified detail message.
Parameters: msg
- The detail message.
IQueryException
public IQueryException (java.lang.Throwable t,
java.lang.String msg)
Constructs an IQueryException
with the specified target exception and detail message.
Parameters: t
- The target exception (the exception that caused this IQueryException to be created for).msg
- The detail message.
Copyright © 2009 SAS Institute Inc. All Rights Reserved.