|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.endeca.soleng.urlformatter.UrlFormatException
public class UrlFormatException
Indicates that an error occurred while formatting an UrlState
object into an URL string - or while parsing a request into an UrlState.
UrlFormatter.formatUrl(UrlState),
UrlFormatter.parseRequest(javax.servlet.http.HttpServletRequest),
Serialized Form| Constructor Summary | |
|---|---|
UrlFormatException()
Constructs a UrlFormatException with no message
or cause. |
|
UrlFormatException(String pMessage)
Constructs a UrlFormatException with the specified
message. |
|
UrlFormatException(String pMessage,
Throwable pCause)
Constructs a UrlFormatException with the specified
message and cause. |
|
UrlFormatException(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 |
|---|
public UrlFormatException()
UrlFormatException with no message
or cause.
public UrlFormatException(String pMessage)
UrlFormatException with the specified
message.
pMessage - an error message.
public UrlFormatException(String pMessage,
Throwable pCause)
UrlFormatException with the specified
message and cause.
pMessage - an error message.pCause - the original exception that triggered this exception.public UrlFormatException(Throwable pCause)
UrlFormatException with the specified
cause.
pCause - the original exception that triggered this exception.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||