org.kie.commons.java.nio.file
Class InvalidPathException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
org.kie.commons.java.nio.file.InvalidPathException
- All Implemented Interfaces:
- Serializable
public class InvalidPathException
- extends IllegalArgumentException
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvalidPathException
public InvalidPathException()
InvalidPathException
public InvalidPathException(String input,
String reason,
int index)
InvalidPathException
public InvalidPathException(String input,
String reason)
getInput
public String getInput()
getReason
public String getReason()
getIndex
public int getIndex()
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.