Class InvalidTypeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.cms2.exceptions.InvalidTypeException
All Implemented Interfaces:
Serializable

public class InvalidTypeException extends RuntimeException
Exception used when there is an error while creating an instance for a given Class type.
See Also:
  • Constructor Details

    • InvalidTypeException

      public InvalidTypeException()
    • InvalidTypeException

      public InvalidTypeException(String message, Throwable cause)
    • InvalidTypeException

      public InvalidTypeException(String message)
    • InvalidTypeException

      public InvalidTypeException(Throwable cause)