|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.apache.ws.jaxme.js.beanreader.BeanReaderException
public class BeanReaderException
An exception, which is being thrown, if an error was encountered while running the BeanReader.
| Constructor Summary | |
|---|---|
BeanReaderException(java.lang.String pMessage)
Creates a new instance with the given message and no cause. |
|
BeanReaderException(java.lang.String pMessage,
java.lang.Throwable pCause)
Creates a new instance with the given message and cause. |
|
BeanReaderException(java.lang.Throwable pCause)
Creates a new instance with the given cause. |
|
| 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 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public BeanReaderException(java.lang.String pMessage,
java.lang.Throwable pCause)
public BeanReaderException(java.lang.String pMessage)
public BeanReaderException(java.lang.Throwable pCause)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||