com.google.common.truth.codegen
Class CompilingClassLoader.CompilerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.google.common.truth.codegen.CompilingClassLoader.CompilerException
All Implemented Interfaces:
Serializable
Enclosing class:
CompilingClassLoader

public static class CompilingClassLoader.CompilerException
extends Exception

Thrown when code cannot be compiled.

See Also:
Serialized Form

Constructor Summary
CompilingClassLoader.CompilerException(String message)
           
 
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

CompilingClassLoader.CompilerException

public CompilingClassLoader.CompilerException(String message)


Copyright © 2014. All rights reserved.