com.android.jack.api.v01
Class ConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.android.jack.api.v01.ChainedException
              extended by com.android.jack.api.v01.ConfigurationException
All Implemented Interfaces:
java.io.Serializable, java.lang.Iterable<ChainedException>

public class ConfigurationException
extends ChainedException

Thrown when something is wrong in Jack's configuration.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class com.android.jack.api.v01.ChainedException
ChainedException.ChainedExceptionBuilder<T extends ChainedException>
 
Constructor Summary
ConfigurationException(java.lang.String message)
           
ConfigurationException(java.lang.String message, java.lang.Throwable cause)
           
ConfigurationException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class com.android.jack.api.v01.ChainedException
getLocalizedMessage, getMessage, getNextException, getNextExceptionCount, iterator, putAsLastExceptionOf, setMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, 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

ConfigurationException

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

ConfigurationException

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

ConfigurationException

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