org.apache.ws.jaxme.js.beanreader
Class BeanReaderException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.ws.jaxme.js.beanreader.BeanReaderException
All Implemented Interfaces:
java.io.Serializable

public class BeanReaderException
extends java.lang.Exception

An exception, which is being thrown, if an error was encountered while running the BeanReader.

See Also:
Serialized Form

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

BeanReaderException

public BeanReaderException(java.lang.String pMessage,
                           java.lang.Throwable pCause)
Creates a new instance with the given message and cause.


BeanReaderException

public BeanReaderException(java.lang.String pMessage)
Creates a new instance with the given message and no cause.


BeanReaderException

public BeanReaderException(java.lang.Throwable pCause)
Creates a new instance with the given cause.