Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc für Elexis version 2.1.7.dev vom 01.09.2013

com.healthmarketscience.jackcess
Class UnsupportedCodecException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.UnsupportedOperationException
                  extended by com.healthmarketscience.jackcess.UnsupportedCodecException
All Implemented Interfaces:
java.io.Serializable

public class UnsupportedCodecException
extends java.lang.UnsupportedOperationException

Exception thrown by a CodecHandler to indicate that the current encoding is not supported. This generally indicates that a different CodecProvider needs to be chosen.

See Also:
Serialized Form

Constructor Summary
UnsupportedCodecException(java.lang.String msg)
           
UnsupportedCodecException(java.lang.String msg, java.lang.Throwable t)
           
UnsupportedCodecException(java.lang.Throwable t)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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

UnsupportedCodecException

public UnsupportedCodecException(java.lang.String msg)

UnsupportedCodecException

public UnsupportedCodecException(java.lang.String msg,
                                 java.lang.Throwable t)

UnsupportedCodecException

public UnsupportedCodecException(java.lang.Throwable t)

Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc für Elexis version 2.1.7.dev vom 01.09.2013