public class InvalidPathException
extends java.lang.Exception
Exception thrown when no mapping can be found for the specified path.
Constructor and Description |
---|
InvalidPathException()
Default, no-argument constructor.
|
InvalidPathException(java.lang.String message,
java.lang.String path)
Constructor to inject message and path upon instantiation.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getPath()
Return the invalid path causing the exception.
|
public InvalidPathException()
Default, no-argument constructor.
public InvalidPathException(java.lang.String message, java.lang.String path)
Constructor to inject message and path upon instantiation.
message
- The error or warning message.path
- The invalid path.Copyright © 2000–2022 Apache Software Foundation. All rights reserved.