com.compoze.collab.util
Class ByteToCharUtf7.MalformedInputException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by java.io.CharConversionException
                  extended by com.compoze.collab.util.ByteToCharUtf7.MalformedInputException
All Implemented Interfaces
Serializable
Enclosing class:
ByteToCharUtf7

public static class ByteToCharUtf7.MalformedInputException
extends CharConversionException

Thrown to indicate that the input was not valid UTF-7.

See Also
Serialized Form

Constructor Summary
ByteToCharUtf7.MalformedInputException()
          Constructs a MalformedInputException.
ByteToCharUtf7.MalformedInputException(String s)
          Constructs a MalformedInputException.
 
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

ByteToCharUtf7.MalformedInputException

public ByteToCharUtf7.MalformedInputException()
Constructs a MalformedInputException.


ByteToCharUtf7.MalformedInputException

public ByteToCharUtf7.MalformedInputException(String s)
Constructs a MalformedInputException.

Parameters
s -


Copyright © 2006 BEA Systems, Inc. All Rights Reserved