public class InvalidPathException
extends java.lang.Exception
| Constructor and Description |
|---|
InvalidPathException(java.lang.String msg)
Constructs an
InvalidPathException with the specified detail message. |
InvalidPathException(java.lang.String msg,
java.lang.Throwable cause)
Constructs an
InvalidPathException with the specified detail message. |
public InvalidPathException(java.lang.String msg)
InvalidPathException with the specified detail message.msg - the detail message.public InvalidPathException(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.