| | |
| | | * |
| | | * |
| | | * Copyright 2006-2008 Sun Microsystems, Inc. |
| | | * Portions copyright 2012 ForgeRock AS. |
| | | */ |
| | | |
| | | package org.forgerock.opendj.asn1; |
| | |
| | | * @throws IllegalStateException |
| | | * If there is no sequence being read. |
| | | */ |
| | | void readEndSequence() throws DecodeException, IOException, |
| | | IllegalStateException; |
| | | void readEndSequence() throws DecodeException, IOException; |
| | | |
| | | |
| | | |
| | |
| | | * @throws IllegalStateException |
| | | * If there is no set being read. |
| | | */ |
| | | void readEndSet() throws DecodeException, IOException, IllegalStateException; |
| | | void readEndSet() throws DecodeException, IOException; |
| | | |
| | | |
| | | |