|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.test.SomeException
com.test.PublicAbstractClass.InnerFinalException
public final class PublicAbstractClass.InnerFinalException
this is class level javadoc for InnerFinalException
Constructor Summary | |
---|---|
PublicAbstractClass.InnerFinalException()
javadoc for InnerFinalException() |
|
PublicAbstractClass.InnerFinalException(java.lang.String property,
java.lang.String msg)
javadoc for InnerFinalException(String property, String msg) |
|
PublicAbstractClass.InnerFinalException(java.lang.String property,
java.lang.Throwable cause)
javadoc for InnerFinalException(String property, Throwable cause) |
Method Summary | |
---|---|
void |
foo()
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 |
---|
public PublicAbstractClass.InnerFinalException(java.lang.String property, java.lang.String msg)
property
- the property argumentmsg
- the message argumentpublic PublicAbstractClass.InnerFinalException(java.lang.String property, java.lang.Throwable cause)
property
- the property argumentcause
- the chained exceptionpublic PublicAbstractClass.InnerFinalException()
Method Detail |
---|
public void foo()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |