Skip to content

Package io.github.qishr.cascara.common.util

Class MissingTypeConverterException

java.lang.Object
        java.lang.Throwable
                java.lang.Exception
                        java.lang.RuntimeException
                                io.github.qishr.cascara.common.util.CommandLine.PicocliException
                                        io.github.qishr.cascara.common.util.CommandLine.ParameterException
                                                io.github.qishr.cascara.common.util.CommandLine.MissingTypeConverterException

Enclosing Class:
    io.github.qishr.cascara.common.util.CommandLine


public static class MissingTypeConverterException
extends ParameterException

Exception indicating that an annotated field had a type for which no ITypeConverter was registered.

Constructor Summary

Constructor Description
MissingTypeConverterException(CommandLine commandLine, String msg)

Methods inherited from ParameterException

getArgSpec, getValue, getCommandLine