sun.io
Class 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 sun.io.MalformedInputException
All Implemented Interfaces:
Serializable

public class MalformedInputException
extends CharConversionException

The input string or input byte array to a character conversion contains a malformed sequence of characters or bytes.

See Also:
Serialized Form

Constructor Summary
MalformedInputException()
          Constructs a MalformedInputException with no detail message.
MalformedInputException(String s)
          Constructs a MalformedInputException with the specified detail message.
 
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

MalformedInputException

public MalformedInputException()
Constructs a MalformedInputException with no detail message. A detail message is a String that describes this particular exception.


MalformedInputException

public MalformedInputException(String s)
Constructs a MalformedInputException with the specified detail message. A detail message is a String that describes this particular exception.

Parameters:
s - the String containing a detail message