org.archiviststoolkit.exceptions
Class ReportCompilationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.archiviststoolkit.exceptions.ReportCompilationException
All Implemented Interfaces:
java.io.Serializable

public class ReportCompilationException
extends java.lang.Exception

See Also:
Serialized Form

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

ReportCompilationException

public ReportCompilationException(java.lang.String message)

ReportCompilationException

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

ReportCompilationException

public ReportCompilationException(java.lang.Throwable cause)