org.apache.hadoop.chukwa.extraction.engine.datasource.record
Class MalformedFileFormat

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.hadoop.chukwa.extraction.engine.datasource.DataSourceException
              extended by org.apache.hadoop.chukwa.extraction.engine.datasource.record.MalformedFileFormat
All Implemented Interfaces:
Serializable

public class MalformedFileFormat
extends DataSourceException

See Also:
Serialized Form

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

MalformedFileFormat

public MalformedFileFormat()

MalformedFileFormat

public MalformedFileFormat(String message,
                           Throwable cause)

MalformedFileFormat

public MalformedFileFormat(String message)

MalformedFileFormat

public MalformedFileFormat(Throwable cause)


Copyright © ${year} The Apache Software Foundation