Class UncheckedClassCastExceptionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.powsybl.commons.exceptions.UncheckedClassCastExceptionException
All Implemented Interfaces:
Serializable

public class UncheckedClassCastExceptionException extends RuntimeException
Author:
Ghiles Abdellah <ghiles.abdellah at rte-france.com>
See Also:
  • Constructor Details

    • UncheckedClassCastExceptionException

      public UncheckedClassCastExceptionException(String message)
    • UncheckedClassCastExceptionException

      public UncheckedClassCastExceptionException(ClassCastException cause)
  • Method Details