java.lang.Object
java.lang.Throwable
java.lang.Exception
org.xbib.interlibrary.catalog.matching.EncoderException
Alle implementierten Schnittstellen:
Serializable

public class EncoderException extends Exception
String encoding exception.
Siehe auch:
  • Konstruktordetails

    • EncoderException

      public EncoderException()
      Creates a new EncoderException object.
    • EncoderException

      public EncoderException(String msg)
      Creates a new EncoderException object.
      Parameter:
      msg - the message
    • EncoderException

      public EncoderException(Throwable t)
      Creates a new EncoderException object.
      Parameter:
      t - the throwable object
    • EncoderException

      public EncoderException(String msg, Throwable t)
      Creates a new EncoderException object.
      Parameter:
      msg - the message
      t - the throwable object