com.android.ide.common.blame.parser
Class ParsingFailedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.android.ide.common.blame.parser.ParsingFailedException
All Implemented Interfaces:
java.io.Serializable

public class ParsingFailedException
extends java.lang.Exception

Indicates that an error occurred while parsing the output of a compiler.

See Also:
Serialized Form

Constructor Summary
ParsingFailedException()
           
ParsingFailedException(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

ParsingFailedException

public ParsingFailedException()

ParsingFailedException

public ParsingFailedException(@NonNull
                              java.lang.Throwable cause)