Package aist.science.aistcv.exception
Class UncheckedNoSuchFieldException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- aist.science.aistcv.exception.UncheckedNoSuchFieldException
-
- All Implemented Interfaces:
Serializable
public class UncheckedNoSuchFieldException extends RuntimeException
Unchecked equivalent for
NoSuchFieldException
Modified from OpenPnP OpenCV
- Author:
- Christoph Praschl, Jason von Nieda, adambenhamo, sirrrich, phrack
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UncheckedNoSuchFieldException(String message)
UncheckedNoSuchFieldException(String message, NoSuchFieldException cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UncheckedNoSuchFieldException
public UncheckedNoSuchFieldException(String message)
-
UncheckedNoSuchFieldException
public UncheckedNoSuchFieldException(String message, NoSuchFieldException cause)
-
-