Package org.apache.wicket.markup
Class MarkupNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.wicket.WicketRuntimeException
-
- org.apache.wicket.markup.MarkupNotFoundException
-
- All Implemented Interfaces:
Serializable
public final class MarkupNotFoundException extends WicketRuntimeException
Runtime exception that is thrown when markup file was not found.- Author:
- Jonathan Locke
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MarkupNotFoundException(String message)
ConstructorMarkupNotFoundException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
MarkupNotFoundException
public MarkupNotFoundException(String message)
Constructor- Parameters:
message
- The problem description
-
MarkupNotFoundException
public MarkupNotFoundException(String message, Throwable cause)
- Parameters:
message
- The messagecause
- The causing exception
-
-