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:
Serializable

public class UnsupportedCodecException
extends 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.

Author:
James Ahlborn
See Also:
Serialized Form

Constructor Summary
UnsupportedCodecException(String msg)
           
UnsupportedCodecException(String msg, Throwable t)
           
UnsupportedCodecException(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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnsupportedCodecException

public UnsupportedCodecException(String msg)

UnsupportedCodecException

public UnsupportedCodecException(String msg,
                                 Throwable t)

UnsupportedCodecException

public UnsupportedCodecException(Throwable t)


Copyright © 2005-2013 Health Market Science. All Rights Reserved.