net.sf.japaki.text
Class BeanStoreException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.sf.japaki.text.BeanStoreException
All Implemented Interfaces:
Serializable

public class BeanStoreException
extends RuntimeException

Thrown to indicate that a parsing result could not be stored properly.

See Also:
Serialized Form

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

BeanStoreException

public BeanStoreException()
Constructs a new exception without detail message.


BeanStoreException

public BeanStoreException(String s)
Constructs a new exception with the specified detail message. See Throwable for details.


BeanStoreException

public BeanStoreException(String message,
                          Throwable cause)
Constructs a new exception with the specified detail message and cause. See Throwable for details.


BeanStoreException

public BeanStoreException(Throwable cause)
Constructs a new exception with the specified cause. See Throwable for details.