Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5784f159 authored by Elliott Hughes's avatar Elliott Hughes Committed by Android Git Automerger
Browse files

am 48dcf9d5: am d7d37256: am b2f07b27: am 4a809272: Merge "Fix documentation...

am 48dcf9d5: am d7d37256: am b2f07b27: am 4a809272: Merge "Fix documentation for Parcel.readException()."

* commit '48dcf9d5':
  Fix documentation for Parcel.readException().
parents 449e4660 48dcf9d5
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -1460,10 +1460,11 @@ public final class Parcel {
    }

    /**
     * Use this function for customized exception handling.
     * customized method call this method for all unknown case
     * @param code exception code
     * @param msg exception message
     * Throw an exception with the given message. Not intended for use
     * outside the Parcel class.
     *
     * @param code Used to determine which exception class to throw.
     * @param msg The exception message.
     */
    public final void readException(int code, String msg) {
        switch (code) {