public class InvalidLink
extends java.lang.Exception
| Constructor and Description |
|---|
InvalidLink(java.lang.String msg)
Constructs an
InvalidPathException with the specified detail message. |
InvalidLink(java.lang.String msg,
java.lang.Throwable cause)
Constructs an
InvalidPathException with the specified detail message. |
public InvalidLink(java.lang.String msg)
InvalidPathException with the specified detail message.msg - the detail message.public InvalidLink(java.lang.String msg,
java.lang.Throwable cause)
InvalidPathException with the specified detail message.cause - the root causemsg - the detail message.stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.