com.sas.iquery.metadata.expr
Class ResourceIdentificationException

com.sas.iquery.metadata.expr.ResourceIdentificationException
All Implemented Interfaces:
com.sas.util.LocalizableToStringInterface, java.io.Serializable

@Immutable
public class ResourceIdentificationException

An exception class to be used when there are problems parsing and creating ResourceAwareStringExpression objects.

See Also:
Serialized Form

Method Summary
 java.util.List<ResourceIdentificationError> getErrors()
          Return a list of resource identification errors for this exception.
 
Methods inherited from class com.sas.iquery.IQueryServicesException
getFirstReason, getReasons, getSASLog, getSASLog, hasReasonWithCodes
 

Method Detail

getErrors

public java.util.List<ResourceIdentificationError> getErrors()
Return a list of resource identification errors for this exception.

Returns:
a list of ResourceIdentificationError
See Also:
ResourceIdentificationError



Copyright © 2009 SAS Institute Inc. All Rights Reserved.