public class DasResolveException
extends java.lang.Exception
| Constructor and Description |
|---|
DasResolveException(java.lang.String msg,
java.lang.String sPath)
Construct a das2 catalog resolution exception
|
DasResolveException(java.lang.String msg,
java.lang.Throwable ex,
java.lang.String sPath)
Construct a das2 catalog resolution exception, and attache a cause.
|
public DasResolveException(java.lang.String msg,
java.lang.String sPath)
msg - A general error messagesPath - The catalog path or sub-path that could not be resolvedpublic DasResolveException(java.lang.String msg,
java.lang.Throwable ex,
java.lang.String sPath)
msg - A general error messageex - A throwable object that cause the resolution failuresPath - The catalog path or sub-path that could not be resolved