|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.sf.japaki.text.BeanStoreException
public class BeanStoreException
Thrown to indicate that a parsing result could not be stored properly.
| Constructor Summary | |
|---|---|
BeanStoreException()
Constructs a new exception without detail message. |
|
BeanStoreException(String s)
Constructs a new exception with the specified detail message. |
|
BeanStoreException(String message,
Throwable cause)
Constructs a new exception with the specified detail message and cause. |
|
BeanStoreException(Throwable cause)
Constructs a new exception with the specified 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 BeanStoreException()
public BeanStoreException(String s)
Throwable for details.
public BeanStoreException(String message,
Throwable cause)
Throwable for details.
public BeanStoreException(Throwable cause)
Throwable for details.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||