Class InitializationError

  • All Implemented Interfaces:
    java.io.Serializable

    @Deprecated
    public class InitializationError
    extends java.lang.Exception
    Deprecated.
    Use the published version: InitializationError This may disappear as soon as 1 April 2009
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.List<java.lang.Throwable> fErrors
      Deprecated.
       
      private static long serialVersionUID
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      java.util.List<java.lang.Throwable> getCauses()
      Deprecated.
       
      • Methods inherited from class java.lang.Throwable

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

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

      • serialVersionUID

        private static final long serialVersionUID
        Deprecated.
        See Also:
        Constant Field Values
      • fErrors

        private final java.util.List<java.lang.Throwable> fErrors
        Deprecated.
    • Constructor Detail

      • InitializationError

        public InitializationError​(java.util.List<java.lang.Throwable> errors)
        Deprecated.
      • InitializationError

        public InitializationError​(java.lang.Throwable... errors)
        Deprecated.
      • InitializationError

        public InitializationError​(java.lang.String string)
        Deprecated.
    • Method Detail

      • getCauses

        public java.util.List<java.lang.Throwable> getCauses()
        Deprecated.