Java URL Optimization API (Core API) 2.1.0

com.endeca.soleng.urlformatter
Class UrlFormatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.endeca.soleng.urlformatter.UrlFormatException
All Implemented Interfaces:
java.io.Serializable

public class UrlFormatException
extends java.lang.Exception

Indicates that an error occurred while formatting an UrlState object into an URL string - or while parsing a request into an UrlState.

See Also:
UrlFormatter.formatUrl(UrlState), UrlFormatter.parseRequest(javax.servlet.http.HttpServletRequest), Serialized Form

Constructor Summary
UrlFormatException()
          Constructs a UrlFormatException with no message or cause.
UrlFormatException(java.lang.String pMessage)
          Constructs a UrlFormatException with the specified message.
UrlFormatException(java.lang.String pMessage, java.lang.Throwable pCause)
          Constructs a UrlFormatException with the specified message and cause.
UrlFormatException(java.lang.Throwable pCause)
          Constructs a UrlFormatException with the specified cause.
 
Method Summary
 
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

UrlFormatException

public UrlFormatException()
Constructs a UrlFormatException with no message or cause.


UrlFormatException

public UrlFormatException(java.lang.String pMessage)
Constructs a UrlFormatException with the specified message.

Parameters:
pMessage - an error message.

UrlFormatException

public UrlFormatException(java.lang.String pMessage,
                          java.lang.Throwable pCause)
Constructs a UrlFormatException with the specified message and cause.

Parameters:
pMessage - an error message.
pCause - the original exception that triggered this exception.

UrlFormatException

public UrlFormatException(java.lang.Throwable pCause)
Constructs a UrlFormatException with the specified cause.

Parameters:
pCause - the original exception that triggered this exception.

Java URL Optimization API (Core API) 2.1.0

Copyright © 2010 Endeca Technologies, Inc. All Rights Reserved.
@VERSION
PRODUCT: Java URL Optimization API (Core API) (urlFormatterCore)
VERSION: 2.1.0
BUILD:   12010DEV
ARCH_OS: n/a
DATE:    2010-06-29T04:02:40-0400