Package manifold.api.gen
Class TypeNameParserException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- manifold.api.gen.TypeNameParserException
-
- All Implemented Interfaces:
Serializable
public class TypeNameParserException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TypeNameParserException(String message)TypeNameParserException(String message, Throwable cause)TypeNameParserException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)TypeNameParserException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-