Package pro.johndunlap.getopt.exception
Class MissingNoArgConstructorException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- pro.johndunlap.getopt.exception.ParseException
-
- pro.johndunlap.getopt.exception.MissingNoArgConstructorException
-
- All Implemented Interfaces:
Serializable
public class MissingNoArgConstructorException extends ParseException
Thrown when a class does not have a default constructor.- Author:
- John Dunlap
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class pro.johndunlap.getopt.exception.ParseException
DEFAULT_ERROR_EXIT_STATUS
-
-
Constructor Summary
Constructors Constructor Description MissingNoArgConstructorException(String message, Throwable cause, Class<?> unusableClass)
-
Method Summary
-
Methods inherited from class pro.johndunlap.getopt.exception.ParseException
getExitStatus, getField, getValue
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-