wicket.markup
Class MarkupNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by wicket.WicketRuntimeException
                  extended by wicket.markup.MarkupNotFoundException
All Implemented Interfaces:
java.io.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
MarkupNotFoundException(java.lang.String message)
          Constructor
MarkupNotFoundException(java.lang.String message, java.lang.Throwable 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

MarkupNotFoundException

public MarkupNotFoundException(java.lang.String message)
Constructor

Parameters:
message - The problem description

MarkupNotFoundException

public MarkupNotFoundException(java.lang.String message,
                               java.lang.Throwable cause)
Parameters:
message - The message
cause - The causing exception


Copyright © 2004-2007 Wicket developers. All Rights Reserved.