org.springframework.beandoc.output
Class InvalidTransformerException

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

public class InvalidTransformerException
extends BeanDocException

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

Constructor Summary
InvalidTransformerException(String msg, Exception ex)
           
 
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

InvalidTransformerException

public InvalidTransformerException(String msg,
                                   Exception ex)
Parameters:
msg -
ex -


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