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
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.
Copyright © 2009 SAS Institute Inc. All Rights Reserved.