org.apache.wiki.api.exceptions
Class NoSuchVariableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.wiki.api.exceptions.WikiException
              extended by org.apache.wiki.api.exceptions.NoSuchVariableException
All Implemented Interfaces:
Serializable

public class NoSuchVariableException
extends WikiException

Marks that no such variable was located.

See Also:
Serialized Form

Constructor Summary
NoSuchVariableException(String msg)
          Constructs an exception.
 
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

NoSuchVariableException

public NoSuchVariableException(String msg)
Constructs an exception.

Parameters:
msg - Message to show


Copyright © {inceptionYear}-2014 The Apache Software Foundation. All rights reserved.