Class PefException

  • All Implemented Interfaces:
    java.io.Serializable

    public class PefException
    extends java.lang.Exception
    An exception class to handle encountering invalid PEF Headers.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      PefException​(java.lang.Exception cause)
      Constructs a new exception with the specified cause and a detail message.
      PefException​(java.lang.String message)
      Constructs a new exception with the specified detail message.
    • 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

      • PefException

        public PefException​(java.lang.String message)
        Constructs a new exception with the specified detail message.
        Parameters:
        message - the detail message.
      • PefException

        public PefException​(java.lang.Exception cause)
        Constructs a new exception with the specified cause and a detail message.
        Parameters:
        cause - the cause (which is saved for later retrieval by the method