Package com.google.common.truth.codegen
Class CompilingClassLoader.CompilerException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- 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
Constructors Constructor Description CompilerException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
CompilerException
public CompilerException(String message)
-
-