com.ximpleware
Class EncodingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ximpleware.VTDException
              extended by com.ximpleware.ParseException
                  extended by com.ximpleware.EncodingException
All Implemented Interfaces:
Serializable

public class EncodingException
extends ParseException

Signals character encoding exception during parsing. Creation date: (2/2/04 1:08:09 PM)

See Also:
Serialized Form

Constructor Summary
EncodingException()
          EncodingException constructor comment.
EncodingException(String s)
          EncodingException constructor comment.
 
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

EncodingException

public EncodingException()
EncodingException constructor comment.


EncodingException

public EncodingException(String s)
EncodingException constructor comment.

Parameters:
s - java.lang.String


Copyright © 2013. All Rights Reserved.