Class JavaFormatter.FormatException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.google.api.generator.engine.writer.JavaFormatter.FormatException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- JavaFormatter
protected static class JavaFormatter.FormatException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FormatException(String errorMessage)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
FormatException
public FormatException(String errorMessage)
-
-