org.jacorb.notification.filter
Class ParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jacorb.notification.filter.ParseException
All Implemented Interfaces:
Serializable

public class ParseException
extends Exception

Author:
Alphonse Bendt
See Also:
Serialized Form

Constructor Summary
ParseException(String expression, Exception e)
           
 
Method Summary
 String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ParseException

public ParseException(String expression,
                      Exception e)
Method Detail

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable


Copyright © 2015 JacORB. All rights reserved.