com.thaiopensource.validate.nrl
Class Path.ParseException

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

static class Path.ParseException
extends Exception


Field Summary
private  String messageKey
           
 
Constructor Summary
Path.ParseException(String messageKey)
           
 
Method Summary
 String getMessageKey()
           
 
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
Constructor Detail

Path.ParseException

Path.ParseException(String messageKey)
Method Detail

getMessageKey

public String getMessageKey()