Package dev.oak3.sbs4j.exception
Class NoSuchTypeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- dev.oak3.sbs4j.exception.NoSuchTypeException
-
- All Implemented Interfaces:
java.io.Serializable
public class NoSuchTypeException extends java.lang.ExceptionThrown in case of a type which does not exist being requested- Since:
- 0.1.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoSuchTypeException(java.lang.String message)
-