Class PickleException

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    InvalidOpcodeException

    public class PickleException
    extends java.lang.RuntimeException
    Exception thrown when something goes wrong with pickling or unpickling.
    Author:
    Irmen de Jong (irmen@razorvine.net)
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      PickleException​(java.lang.String message)  
      PickleException​(java.lang.String message, java.lang.Throwable cause)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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

      • PickleException

        public PickleException​(java.lang.String message,
                               java.lang.Throwable cause)
      • PickleException

        public PickleException​(java.lang.String message)