//# 0 errors, 22 messages
//#
/*
    //#RenderingException.java:1:1: class: org.apache.roller.weblogger.ui.rendering.RenderingException
    //#RenderingException.java:1:1: method: org.apache.roller.weblogger.ui.rendering.RenderingException.org.apache.roller.weblogger.ui.rendering.RenderingException__static_init
 * Licensed to the Apache Software Foundation (ASF) under one or more
 *  contributor license agreements.  The ASF licenses this file to You
 * under the Apache License, Version 2.0 (the "License"); you may not
 * use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.  For additional information regarding
 * copyright in this work, please see the NOTICE file in the top level
 * directory of this distribution.
 */

package org.apache.roller.weblogger.ui.rendering;

import org.apache.roller.weblogger.WebloggerException;


/**
 * A generic Roller rendering exception.
 */
public class RenderingException extends WebloggerException {
    
    public RenderingException(String s) {
        super(s);
    //#RenderingException.java:30: method: void org.apache.roller.weblogger.ui.rendering.RenderingException.org.apache.roller.weblogger.ui.rendering.RenderingException(String)
    //#RenderingException.java:30: Warning: method not available
    //#    -- call on void org.apache.roller.weblogger.WebloggerException(String)
    //#    severity: INFORMATIONAL
    //#    class: org.apache.roller.weblogger.ui.rendering.RenderingException
    //#    method: void org.apache.roller.weblogger.ui.rendering.RenderingException(String)
    //#    unanalyzed callee: void org.apache.roller.weblogger.WebloggerException(String)
    //#input(void org.apache.roller.weblogger.ui.rendering.RenderingException(String)): s
    //#input(void org.apache.roller.weblogger.ui.rendering.RenderingException(String)): this
    }
    //#RenderingException.java:31: end of method: void org.apache.roller.weblogger.ui.rendering.RenderingException.org.apache.roller.weblogger.ui.rendering.RenderingException(String)
    
    public RenderingException(String s, Throwable t) {
        super(s, t);
    //#RenderingException.java:34: method: void org.apache.roller.weblogger.ui.rendering.RenderingException.org.apache.roller.weblogger.ui.rendering.RenderingException(String, Throwable)
    //#RenderingException.java:34: Warning: method not available
    //#    -- call on void org.apache.roller.weblogger.WebloggerException(String, Throwable)
    //#    severity: INFORMATIONAL
    //#    class: org.apache.roller.weblogger.ui.rendering.RenderingException
    //#    method: void org.apache.roller.weblogger.ui.rendering.RenderingException(String, Throwable)
    //#    unanalyzed callee: void org.apache.roller.weblogger.WebloggerException(String, Throwable)
    //#input(void org.apache.roller.weblogger.ui.rendering.RenderingException(String, Throwable)): s
    //#input(void org.apache.roller.weblogger.ui.rendering.RenderingException(String, Throwable)): t
    //#input(void org.apache.roller.weblogger.ui.rendering.RenderingException(String, Throwable)): this
    }
    //#RenderingException.java:35: end of method: void org.apache.roller.weblogger.ui.rendering.RenderingException.org.apache.roller.weblogger.ui.rendering.RenderingException(String, Throwable)
    
    public RenderingException(Throwable t) {
        super(t);
    //#RenderingException.java:38: method: void org.apache.roller.weblogger.ui.rendering.RenderingException.org.apache.roller.weblogger.ui.rendering.RenderingException(Throwable)
    //#RenderingException.java:38: Warning: method not available
    //#    -- call on void org.apache.roller.weblogger.WebloggerException(Throwable)
    //#    severity: INFORMATIONAL
    //#    class: org.apache.roller.weblogger.ui.rendering.RenderingException
    //#    method: void org.apache.roller.weblogger.ui.rendering.RenderingException(Throwable)
    //#    unanalyzed callee: void org.apache.roller.weblogger.WebloggerException(Throwable)
    //#input(void org.apache.roller.weblogger.ui.rendering.RenderingException(Throwable)): t
    //#input(void org.apache.roller.weblogger.ui.rendering.RenderingException(Throwable)): this
    }
    //#RenderingException.java:39: end of method: void org.apache.roller.weblogger.ui.rendering.RenderingException.org.apache.roller.weblogger.ui.rendering.RenderingException(Throwable)
    
}
    //#output(org.apache.roller.weblogger.ui.rendering.RenderingException__static_init): __Descendant_Table[org/apache/roller/weblogger/ui/rendering/RenderingException]
    //#post(org.apache.roller.weblogger.ui.rendering.RenderingException__static_init): __Descendant_Table[org/apache/roller/weblogger/ui/rendering/RenderingException] == &__Dispatch_Table
    //#RenderingException.java:: end of method: org.apache.roller.weblogger.ui.rendering.RenderingException.org.apache.roller.weblogger.ui.rendering.RenderingException__static_init
    //#RenderingException.java:: end of class: org.apache.roller.weblogger.ui.rendering.RenderingException
