Class IllegalIcuArgumentException

  • All Implemented Interfaces:
    java.io.Serializable

    public class IllegalIcuArgumentException
    extends java.lang.IllegalArgumentException
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static long serialVersionUID  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      IllegalIcuArgumentException initCause​(java.lang.Throwable cause)  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • IllegalIcuArgumentException

        public IllegalIcuArgumentException​(java.lang.String errorMessage)
      • IllegalIcuArgumentException

        public IllegalIcuArgumentException​(java.lang.Throwable cause)
      • IllegalIcuArgumentException

        public IllegalIcuArgumentException​(java.lang.String errorMessage,
                                           java.lang.Throwable cause)
    • Method Detail

      • initCause

        public IllegalIcuArgumentException initCause​(java.lang.Throwable cause)
        Overrides:
        initCause in class java.lang.Throwable