org.freehep.util.io
Class EncodingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.freehep.util.io.EncodingException
- All Implemented Interfaces:
- Serializable
public class EncodingException
- extends IOException
Encoding Exception for any of the encoding streams.
- Version:
- $Id: src/main/java/org/freehep/util/io/EncodingException.java
96b41b903496 2005/11/21 19:50:18 duns $
- Author:
- Mark Donszelmann
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
EncodingException
public EncodingException(String msg)
- Creates an Encoding Exception
- Parameters:
msg - message
Copyright © 2012. All Rights Reserved.