android.support.v4.app
Class Fragment.InstantiationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by android.support.v4.app.Fragment.InstantiationException
All Implemented Interfaces:
Serializable
Enclosing class:
Fragment

public static class Fragment.InstantiationException
extends RuntimeException

Thrown by Fragment.instantiate(Context, String, Bundle) when there is an instantiation failure.

See Also:
Serialized Form

Constructor Summary
Fragment.InstantiationException(String msg, Exception cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Fragment.InstantiationException

public Fragment.InstantiationException(String msg,
                                       Exception cause)


Copyright © 2013 Marek Kedzierski. All Rights Reserved.