org.apache.ws.resource.properties.query
Class UnknownQueryExpressionDialectException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.ws.resource.properties.query.UnknownQueryExpressionDialectException
All Implemented Interfaces:
java.io.Serializable

public class UnknownQueryExpressionDialectException
extends java.lang.Exception

Indicates that the given QueryExpression has a dialect that is unknown to the Web service.

See Also:
Serialized Form

Field Summary
static org.apache.ws.util.i18n.Messages MSG
          DOCUMENT_ME
 
Constructor Summary
UnknownQueryExpressionDialectException(java.net.URI dialect)
          Creates a QueryException without error message.
 
Method Summary
 java.net.URI getDialect()
          DOCUMENT_ME
 
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

MSG

public static final org.apache.ws.util.i18n.Messages MSG
DOCUMENT_ME

Constructor Detail

UnknownQueryExpressionDialectException

public UnknownQueryExpressionDialectException(java.net.URI dialect)
Creates a QueryException without error message.

Method Detail

getDialect

public java.net.URI getDialect()
DOCUMENT_ME

Returns:
DOCUMENT_ME


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