Klasse EncoderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.xbib.interlibrary.catalog.matching.EncoderException
- Alle implementierten Schnittstellen:
Serializable
String encoding exception.
- Siehe auch:
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungCreates a new EncoderException object.EncoderException
(String msg) Creates a new EncoderException object.EncoderException
(String msg, Throwable t) Creates a new EncoderException object.Creates a new EncoderException object. -
Methodenübersicht
Von Klasse geerbte Methoden java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Konstruktordetails
-
EncoderException
public EncoderException()Creates a new EncoderException object. -
EncoderException
Creates a new EncoderException object.- Parameter:
msg
- the message
-
EncoderException
Creates a new EncoderException object.- Parameter:
t
- the throwable object
-
EncoderException
Creates a new EncoderException object.- Parameter:
msg
- the messaget
- the throwable object
-