com.test
Class PublicAbstractClass.A.InnerFinalException

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

public final class PublicAbstractClass.A.InnerFinalException
extends SomeException

this is class level javadoc for InnerFinalException

See Also:
Serialized Form

Constructor Summary
PublicAbstractClass.A.InnerFinalException(java.lang.String property, java.lang.String msg)
          javadoc for InnerFinalException(String property, String msg)
 
Method Summary
 
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.A.InnerFinalException

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

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