Class PBParseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
edu.stanford.slac.archiverappliance.PB.data.PBParseException
All Implemented Interfaces:
Serializable

public class PBParseException extends RuntimeException
We convert PB exceptions into a runtime exception to minimize the number of IOExceptions in the method declarations. We do want to avoid unmarshalling on construction; however, this forces us to unmarshal ( if needed ) on the gets.
Author:
mshankar
See Also:
  • Constructor Details

    • PBParseException

      public PBParseException(Exception ex)
    • PBParseException

      public PBParseException(byte[] databytes, Exception ex)