Class HashingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.crums.model.hashing.HashingException
All Implemented Interfaces:
java.io.Serializable

public class HashingException
extends java.lang.RuntimeException
A hashing-related exception, usually as a result of parsing.
See Also:
Serialized Form
  • Constructor Summary

    Constructors
    Constructor Description
    HashingException()  
    HashingException​(java.lang.String message)  
    HashingException​(java.lang.String message, java.lang.Throwable cause)  
    HashingException​(java.lang.String message, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)  
    HashingException​(java.lang.Throwable cause)  
  • Method Summary

    Modifier and Type Method Description
    HashingException fillInStackTrace()  

    Methods inherited from class java.lang.Throwable

    addSuppressed, 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 Details

    • HashingException

      public HashingException()
    • HashingException

      public HashingException​(java.lang.String message)
    • HashingException

      public HashingException​(java.lang.Throwable cause)
    • HashingException

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

      public HashingException​(java.lang.String message, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)
  • Method Details

    • fillInStackTrace

      public HashingException fillInStackTrace()
      Overrides:
      fillInStackTrace in class java.lang.Throwable