edu.uky.rch.ept.data.filesystem.cxpath
Class InvalidAxisException
java.lang.Object
java.lang.Throwable
java.lang.Exception
edu.uky.rch.ept.data.filesystem.cxpath.CXPathException
edu.uky.rch.ept.data.filesystem.cxpath.InvalidAxisException
- All Implemented Interfaces:
- Serializable
- public class InvalidAxisException
- extends CXPathException
Exception indicating an invalid CXPath axis.
- Author:
- neil
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvalidAxisException
public InvalidAxisException(String axis)
- Create an InvalidAxisException for the specified axis name. The detail
message, retrievable with
Throwable.getMessage(), is initialized
to the axis name.
- Parameters:
axis - The name of the invalid axis.
InvalidAxisException
public InvalidAxisException(String axis,
String message)
- Create an InvalidAxisException for the specified axis name, with the
specified detail message.
- Parameters:
axis - The name of the invalid axis.message - The detail message for the exception.
getAxis
public String getAxis()
- Get the axis name.
- Returns:
- the axis name