Package org.apache.wiki.api.exceptions

Examples of org.apache.wiki.api.exceptions.NoSuchVariableException


            //

            if( varName.equals( VAR_ERROR ) || varName.equals( VAR_MSG ) )
                return "";
 
            throw new NoSuchVariableException( "No variable "+varName+" defined." );
        }
        catch( Exception e )
        {
            log.info("Interesting exception: cannot fetch variable value",e);
        }
View Full Code Here

TOP

Related Classes of org.apache.wiki.api.exceptions.NoSuchVariableException

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.