org.apache.myfaces.examples.testexception
Class TestException

java.lang.Object
  extended by org.apache.myfaces.examples.testexception.TestException

public class TestException
extends Object


Constructor Summary
TestException()
           
 
Method Summary
 String npe()
           
 String npeTxt()
           
 String wrappedRuntimeNpe()
           
 String wrappedRuntimeNpeTxt()
           
 String wrappedServletNpe()
           
 String wrappedServletNpeTxt()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestException

public TestException()
Method Detail

npe

public String npe()

wrappedRuntimeNpe

public String wrappedRuntimeNpe()

wrappedServletNpe

public String wrappedServletNpe()

npeTxt

public String npeTxt()

wrappedRuntimeNpeTxt

public String wrappedRuntimeNpeTxt()

wrappedServletNpeTxt

public String wrappedServletNpeTxt()


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.