com.test
Class PublicAbstractClass.InnerFinalException2

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.test.SomeException
              extended by com.test.PublicAbstractClass.InnerFinalException2
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
PublicAbstractClass

public static final class PublicAbstractClass.InnerFinalException2
extends SomeException

this is class level javadoc for InnerFinalException2

See Also:
Serialized Form

Constructor Summary
PublicAbstractClass.InnerFinalException2(java.lang.String property, java.lang.String msg)
          javadoc for InnerFinalException2(String property, String msg)
PublicAbstractClass.InnerFinalException2(java.lang.String property, java.lang.Throwable cause)
          javadoc for InnerFinalException2(String property, Throwable cause)
 
Method Summary
 void bar()
          Test method
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PublicAbstractClass.InnerFinalException2

public PublicAbstractClass.InnerFinalException2(java.lang.String property,
                                                java.lang.String msg)
javadoc for InnerFinalException2(String property, String msg)

Parameters:
property - the property argument
msg - the message argument

PublicAbstractClass.InnerFinalException2

public PublicAbstractClass.InnerFinalException2(java.lang.String property,
                                                java.lang.Throwable cause)
javadoc for InnerFinalException2(String property, Throwable cause)

Parameters:
property - the property argument
cause - the chained exception
Method Detail

bar

public void bar()
Test method