Package org.coliper.ibean
Class InvalidIBeanTypeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.coliper.ibean.InvalidIBeanTypeException
-
- All Implemented Interfaces:
Serializable
public class InvalidIBeanTypeException extends RuntimeException
Thrown when a class is provided to be used as an IBean type but the class does not match the necessary criteria. For example if the class is not an interface or it does not comply to the usedBeanStyle.
-
-
Constructor Summary
Constructors Constructor Description InvalidIBeanTypeException(Class<?> beanType, String message)Creates a newInvalidIBeanTypeException.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-