FreeHEP API
Version v1.2

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: EncodingException.java,v 1.2 2001/10/29 14:07:06 duns Exp $
Author:
Mark Donszelmann
See Also:
Serialized Form

Constructor Summary
EncodingException(String msg)
           
 
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

EncodingException

public EncodingException(String msg)

FreeHEP API
Version v1.2

Copyright © 2000-2003 FreeHEP, All Rights Reserved.