com.android.jack.api.v01
Class CompilationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.android.jack.api.v01.CompilationException
All Implemented Interfaces:
java.io.Serializable

public class CompilationException
extends java.lang.Exception

A fatal problem that caused Jack to abort the compilation. The problem should already have reported, so it is safe to ignore its message.

See Also:
Serialized Form

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

CompilationException

public CompilationException()

CompilationException

public CompilationException(@Nonnull
                            java.lang.String message)

CompilationException

public CompilationException(@Nonnull
                            java.lang.String message,
                            @Nonnull
                            java.lang.Throwable cause)

CompilationException

public CompilationException(@Nonnull
                            java.lang.Throwable cause)