Package org.apache.wiki.api.exceptions
Class NoSuchVariableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.wiki.api.exceptions.WikiException
org.apache.wiki.api.exceptions.NoSuchVariableException
- All Implemented Interfaces:
Serializable
Marks that no such variable was located.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoSuchVariableException
Constructs an exception.- Parameters:
msg
- Message to show
-