org.apache.rat.analysis
Class RatHeaderAnalysisException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.rat.analysis.RatHeaderAnalysisException
All Implemented Interfaces:
Serializable

public class RatHeaderAnalysisException
extends Exception

Indicates exceptional condition during header analysis.

See Also:
Serialized Form

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

RatHeaderAnalysisException

public RatHeaderAnalysisException()

RatHeaderAnalysisException

public RatHeaderAnalysisException(String msg,
                                  Throwable cause)

RatHeaderAnalysisException

public RatHeaderAnalysisException(String msg)

RatHeaderAnalysisException

public RatHeaderAnalysisException(Throwable cause)


Copyright © 2006–2014 Apache Software Foundation. All rights reserved.