Class InvalidTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.cms2.exceptions.InvalidTypeException
- All Implemented Interfaces:
Serializable
Exception used when there is an error while creating an instance for a given
Class type.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidTypeException(String message) InvalidTypeException(String message, Throwable cause) InvalidTypeException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidTypeException
public InvalidTypeException() -
InvalidTypeException
-
InvalidTypeException
-
InvalidTypeException
-