Package 

Class Exception

  • All Implemented Interfaces:
    android.os.Parcelable

    
    public final class Exception
     implements Parcelable
                        

    Represents exception information for the restriction.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getType() Exception type.
      final String getMaxStay() ISO8601 interval maximum stay, format: P<years>Y<months>M<days>DT<hours>H<minutes>M<seconds>S.
      • Methods inherited from class android.os.Parcelable

        describeContents, writeToParcel
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • getType

         final String getType()

        Exception type. Possible values: ""(unspecified), "DISABLED", "LOADING", "EV".

      • getMaxStay

         final String getMaxStay()

        ISO8601 interval maximum stay, format: P<years>Y<months>M<days>DT<hours>H<minutes>M<seconds>S. An empty string means unspecified.