org.jboss.seam.reports.exceptions
Class UnsupportedReportOutputException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jboss.seam.reports.exceptions.ReportException
                  extended by org.jboss.seam.reports.exceptions.UnsupportedReportOutputException
All Implemented Interfaces:
Serializable

public class UnsupportedReportOutputException
extends ReportException

See Also:
Serialized Form

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

UnsupportedReportOutputException

public UnsupportedReportOutputException()

UnsupportedReportOutputException

public UnsupportedReportOutputException(String message,
                                        Throwable cause)

UnsupportedReportOutputException

public UnsupportedReportOutputException(String message)

UnsupportedReportOutputException

public UnsupportedReportOutputException(Throwable cause)


Copyright © 2011 Seam Framework. All Rights Reserved.