net.sourceforge.fluxion.datapublisher.beangen
Class BeanGenerationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sourceforge.fluxion.datapublisher.beangen.BeanGenerationException
All Implemented Interfaces:
java.io.Serializable

public class BeanGenerationException
extends java.lang.Exception

Thrown whenever an attempt to generate a bean fails.

Version:
0.2
Author:
Tony Burdett
See Also:
Serialized Form

Constructor Summary
BeanGenerationException()
           
BeanGenerationException(java.lang.String message)
           
BeanGenerationException(java.lang.String message, java.lang.Throwable cause)
           
BeanGenerationException(java.lang.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

BeanGenerationException

public BeanGenerationException()

BeanGenerationException

public BeanGenerationException(java.lang.String message)

BeanGenerationException

public BeanGenerationException(java.lang.String message,
                               java.lang.Throwable cause)

BeanGenerationException

public BeanGenerationException(java.lang.Throwable cause)


Copyright © 2010. All Rights Reserved.