Class MagicMatchNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
net.sf.jmimemagic.MagicMatchNotFoundException
All Implemented Interfaces:
Serializable

public class MagicMatchNotFoundException extends Exception
Basic JMimeMagic parse exception. This is simply a holder to identify a parsing problem. It should be extended to identify more specific issues.
Version:
$Revision: 1.1 $
See Also:
  • Field Details

  • Constructor Details

    • MagicMatchNotFoundException

      public MagicMatchNotFoundException()
      constructor
    • MagicMatchNotFoundException

      public MagicMatchNotFoundException(String message)
      Create exception with error message
      Parameters:
      message - The error message for this exception
    • MagicMatchNotFoundException

      public MagicMatchNotFoundException(Throwable cause)
      Create exception based on an existing Throwable
      Parameters:
      cause - The throwable on which we'll base this exception
    • MagicMatchNotFoundException

      public MagicMatchNotFoundException(String message, Throwable cause)
      Create an exception with custom message and throwable info
      Parameters:
      message - The message
      cause - The target Throwable