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

com.sas.iquery.metadata
Class MetadataException

com.sas.iquery.metadata.MetadataException
All Implemented Interfaces:
com.sas.util.LocalizableToStringInterface, java.io.Serializable
Direct Known Subclasses:
InvalidIDException, ParseExpressionException, ResourceIdentificationException

public class MetadataException

An exception that provides information on a metadata error or some other errors. This exception inherits from our top level IQueryException.

See Also:
Serialized Form

Constructor Summary
MetadataException(java.lang.String msg)
          Constructs an MetadataException with the specified detail message.
MetadataException(java.lang.Throwable t, java.lang.String msg)
          Constructs an MetadataException 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

MetadataException

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

Parameters:
msg - The detail message.

MetadataException

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

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

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




Copyright © 2009 SAS Institute Inc. All Rights Reserved.