org.springframework.beandoc
Class BeanDocException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.springframework.beandoc.BeanDocException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidTransformerException

public class BeanDocException
extends RuntimeException

Wrapper exception for problems occurring in the BeanDocEngine.

Since:
1.0
Author:
Darren Davison
See Also:
Serialized Form

Constructor Summary
BeanDocException()
           
BeanDocException(String message)
           
BeanDocException(String message, Throwable cause)
           
BeanDocException(Throwable 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

BeanDocException

public BeanDocException()

BeanDocException

public BeanDocException(String message)
Parameters:
message -

BeanDocException

public BeanDocException(String message,
                        Throwable cause)
Parameters:
message -
cause -

BeanDocException

public BeanDocException(Throwable cause)
Parameters:
cause -


Copyright © 2004-2008 Spring BeanDoc. All Rights Reserved.