com.healthmarketscience.jackcess
Class UnsupportedCodecException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.UnsupportedOperationException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.