com.cloudera.crunch.impl.mr.run
Class CrunchRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.cloudera.crunch.impl.mr.run.CrunchRuntimeException
All Implemented Interfaces:
Serializable

public class CrunchRuntimeException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
CrunchRuntimeException(Exception e)
           
CrunchRuntimeException(String msg)
           
 
Method Summary
 void markLogged()
           
 boolean wasLogged()
           
 
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

CrunchRuntimeException

public CrunchRuntimeException(String msg)

CrunchRuntimeException

public CrunchRuntimeException(Exception e)
Method Detail

wasLogged

public boolean wasLogged()

markLogged

public void markLogged()


Copyright © 2012. All Rights Reserved.