Class UResourceTypeMismatchException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.graalvm.shadowed.com.ibm.icu.util.UResourceTypeMismatchException
All Implemented Interfaces:
Serializable

public class UResourceTypeMismatchException extends RuntimeException
Exception thrown when the requested resource type is not the same type as the available resource
See Also:
  • Constructor Details

    • UResourceTypeMismatchException

      public UResourceTypeMismatchException(String msg)
      Construct the exception with the given message
      Parameters:
      msg - the error message for this exception