org.apache.ws.notification.topics.expression
Class TopicExpressionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.ws.notification.topics.expression.TopicExpressionException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
InvalidTopicExpressionException, TopicExpressionResolutionException, TopicPathDialectUnknownException

public class TopicExpressionException
extends java.lang.Exception

This is a basic exception raised by TopicExpressionEngine or TopicExpressionEvaluator.

See Also:
Serialized Form

Constructor Summary
TopicExpressionException()
          Creates a TopicExpressionException without error message.
TopicExpressionException(java.lang.String message)
          Creates a TopicExpressionException with a given error message.
TopicExpressionException(java.lang.String message, java.lang.Throwable exception)
          Creates a TopicExpressionException with a given error message and nested exception.
TopicExpressionException(java.lang.Throwable exception)
          Creates a TopicExpressionException from a nested exception.
 
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
 

Constructor Detail

TopicExpressionException

public TopicExpressionException()
Creates a TopicExpressionException without error message.


TopicExpressionException

public TopicExpressionException(java.lang.String message)
Creates a TopicExpressionException with a given error message.

Parameters:
message - error message

TopicExpressionException

public TopicExpressionException(java.lang.String message,
                                java.lang.Throwable exception)
Creates a TopicExpressionException with a given error message and nested exception.

Parameters:
message - error message
exception - nested exception/

TopicExpressionException

public TopicExpressionException(java.lang.Throwable exception)
Creates a TopicExpressionException from a nested exception.

Parameters:
exception - nested exception


Copyright © 2004-2005 Apache Software Foundation. All Rights Reserved.