com.oxygenxml.validate.nvdl
Class Path.ParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.oxygenxml.validate.nvdl.Path.ParseException
All Implemented Interfaces:
Serializable
Enclosing class:
Path

static class Path.ParseException
extends Exception

Exception thrown in case we get errors parsing a path.


Field Summary
private  String messageKey
          The message key.
 
Constructor Summary
Path.ParseException(String messageKey)
          Creates an exception with a given message key.
 
Method Summary
 String getMessageKey()
          Get the message key.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

messageKey

private final String messageKey
The message key.

Constructor Detail

Path.ParseException

Path.ParseException(String messageKey)
Creates an exception with a given message key.

Parameters:
messageKey - The message key.
Method Detail

getMessageKey

public String getMessageKey()
Get the message key.

Returns:
The message key.