com.plumtree.portaluiinfrastructure.search.exceptions
Class Error6321Exception

java.lang.Object
  extended by XPException
      extended by com.plumtree.portaluiinfrastructure.search.SearchExecutionException
          extended by com.plumtree.portaluiinfrastructure.search.SearchExecutionError
              extended by com.plumtree.portaluiinfrastructure.search.exceptions.Error6321Exception

public class Error6321Exception
extends SearchExecutionError

Error6321Exception indicates that an exception occured for which there is no internationalized message. The english text of the exception will be embedded as a comment in the returned page.


Field Summary
static java.lang.String UNKNOWN_ERROR
           
 
Constructor Summary
Error6321Exception(java.lang.String msg, XPException exception)
          Creates a new Error6321Exception object.
 
Method Summary
 HTMLComment GetComment()
          Used by subclasses to return un-internationalized error messsages as HTML comments.
 XPException GetException()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UNKNOWN_ERROR

public static final java.lang.String UNKNOWN_ERROR
See Also:
Constant Field Values
Constructor Detail

Error6321Exception

public Error6321Exception(java.lang.String msg,
                          XPException exception)
Creates a new Error6321Exception object.

Parameters:
msg - The internationalized message.
exception - The un-internationalized exception.
Method Detail

GetException

public XPException GetException()

GetComment

public HTMLComment GetComment()
Description copied from class: SearchExecutionError
Used by subclasses to return un-internationalized error messsages as HTML comments. See Error6321Exception.

Overrides:
GetComment in class SearchExecutionError



Copyright © 2002,2003,2004,2005 Plumtree Software, Inc., All Rights Reserved.