public final class MarkupException extends WicketRuntimeException
Constructor and Description |
---|
MarkupException(IResourceStream resource,
String message) |
MarkupException(IResourceStream resource,
String message,
Throwable cause) |
MarkupException(MarkupStream markupStream,
String message) |
MarkupException(MarkupStream markupStream,
String message,
Throwable cause) |
MarkupException(Markup markup,
String message,
Throwable cause)
Construct.
|
MarkupException(String message)
Constructor
|
Modifier and Type | Method and Description |
---|---|
MarkupStream |
getMarkupStream() |
void |
setMarkupStream(MarkupStream markupStream)
Set the markup stream which caused the exception
|
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public MarkupException(String message)
message
- The problem descriptionpublic MarkupException(IResourceStream resource, String message)
resource
- The markup resource where this exception occurredmessage
- The messagepublic MarkupException(IResourceStream resource, String message, Throwable cause)
resource
- The markup where this exception occurredmessage
- The messagecause
- The causing exceptionpublic MarkupException(MarkupStream markupStream, String message)
markupStream
- The markup stream where this exception occurredmessage
- The messagepublic MarkupException(MarkupStream markupStream, String message, Throwable cause)
markupStream
- The markup stream where this exception occurredmessage
- The messagecause
- The causing exceptionpublic MarkupStream getMarkupStream()
public void setMarkupStream(MarkupStream markupStream)
markupStream
- Copyright © 2006–2022 Apache Software Foundation. All rights reserved.