public class RhnMockExceptionJspWriter
extends javax.servlet.jsp.JspWriter
| Constructor and Description |
|---|
RhnMockExceptionJspWriter()
Always throws an exception.Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Always throws an exception.
|
void |
clearBuffer()
Always throws an exception.
|
void |
close()
Always throws an exception.
|
void |
flush()
Always throws an exception.
|
int |
getRemaining()
Always throws an exception.
|
void |
newLine()
Always throws an exception.
|
void |
print(boolean arg0)
Always throws an exception.
|
void |
print(char arg0)
Always throws an exception.
|
void |
print(char[] arg0)
Always throws an exception.
|
void |
print(double arg0)
Always throws an exception.
|
void |
print(float arg0)
Always throws an exception.
|
void |
print(int arg0)
Always throws an exception.
|
void |
print(long arg0)
Always throws an exception.
|
void |
print(java.lang.Object arg0)
Always throws an exception.
|
void |
print(java.lang.String arg0)
Always throws an exception.
|
void |
println()
Always throws an exception.
|
void |
println(boolean arg0)
Always throws an exception.
|
void |
println(char arg0)
Always throws an exception.
|
void |
println(char[] arg0)
Always throws an exception.
|
void |
println(double arg0)
Always throws an exception.
|
void |
println(float arg0)
Always throws an exception.
|
void |
println(int arg0)
Always throws an exception.
|
void |
println(long arg0)
Always throws an exception.
|
void |
println(java.lang.Object arg0)
Always throws an exception.
|
void |
println(java.lang.String arg0)
Always throws an exception.
|
void |
write(char[] cbuf,
int off,
int len)
Always throws an exception.
|
public RhnMockExceptionJspWriter()
public void newLine()
throws java.io.IOException
newLine in class javax.servlet.jsp.JspWriterjava.io.IOException - Always throws an exception.public void print(boolean arg0)
throws java.io.IOException
print in class javax.servlet.jsp.JspWriterarg0 - boolean to printjava.io.IOException - Always throws an exception.public void print(char arg0)
throws java.io.IOException
print in class javax.servlet.jsp.JspWriterarg0 - char to printjava.io.IOException - Always throws an exception.public void print(int arg0)
throws java.io.IOException
print in class javax.servlet.jsp.JspWriterarg0 - int to printjava.io.IOException - Always throws an exception.public void print(long arg0)
throws java.io.IOException
print in class javax.servlet.jsp.JspWriterarg0 - long to printjava.io.IOException - Always throws an exception.public void print(float arg0)
throws java.io.IOException
print in class javax.servlet.jsp.JspWriterarg0 - float to printjava.io.IOException - Always throws an exception.public void print(double arg0)
throws java.io.IOException
print in class javax.servlet.jsp.JspWriterarg0 - double to printjava.io.IOException - Always throws an exception.public void print(char[] arg0)
throws java.io.IOException
print in class javax.servlet.jsp.JspWriterarg0 - character array to printjava.io.IOException - Always throws an exception.public void print(java.lang.String arg0)
throws java.io.IOException
print in class javax.servlet.jsp.JspWriterarg0 - String to printjava.io.IOException - Always throws an exception.public void print(java.lang.Object arg0)
throws java.io.IOException
print in class javax.servlet.jsp.JspWriterarg0 - Object to printjava.io.IOException - Always throws an exception.public void println()
throws java.io.IOException
println in class javax.servlet.jsp.JspWriterjava.io.IOException - Always throws an exception.public void println(boolean arg0)
throws java.io.IOException
println in class javax.servlet.jsp.JspWriterarg0 - boolean to printjava.io.IOException - Always throws an exception.public void println(char arg0)
throws java.io.IOException
println in class javax.servlet.jsp.JspWriterarg0 - char to printjava.io.IOException - Always throws an exception.public void println(int arg0)
throws java.io.IOException
println in class javax.servlet.jsp.JspWriterarg0 - int to printjava.io.IOException - Always throws an exception.public void println(long arg0)
throws java.io.IOException
println in class javax.servlet.jsp.JspWriterarg0 - long to printjava.io.IOException - Always throws an exception.public void println(float arg0)
throws java.io.IOException
println in class javax.servlet.jsp.JspWriterarg0 - float to printjava.io.IOException - Always throws an exception.public void println(double arg0)
throws java.io.IOException
println in class javax.servlet.jsp.JspWriterarg0 - double to printjava.io.IOException - Always throws an exception.public void println(char[] arg0)
throws java.io.IOException
println in class javax.servlet.jsp.JspWriterarg0 - character array to printjava.io.IOException - Always throws an exception.public void println(java.lang.String arg0)
throws java.io.IOException
println in class javax.servlet.jsp.JspWriterarg0 - String to print.java.io.IOException - Always throws an exception.public void println(java.lang.Object arg0)
throws java.io.IOException
println in class javax.servlet.jsp.JspWriterarg0 - Object to print.java.io.IOException - Always throws an exception.public void clear()
throws java.io.IOException
clear in class javax.servlet.jsp.JspWriterjava.io.IOException - Always throws an exception.public void clearBuffer()
throws java.io.IOException
clearBuffer in class javax.servlet.jsp.JspWriterjava.io.IOException - Always throws an exception.public void flush()
throws java.io.IOException
flush in interface java.io.Flushableflush in class javax.servlet.jsp.JspWriterjava.io.IOException - Always throws an exception.public void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class javax.servlet.jsp.JspWriterjava.io.IOException - Always throws an exception.public int getRemaining()
getRemaining in class javax.servlet.jsp.JspWriterpublic void write(char[] cbuf,
int off,
int len)
throws java.io.IOException
write in class java.io.Writercbuf - character bufferoff - offset in character buffer.len - length of buffer to write.java.io.IOException - Always throws an exception.