Save This Page
Home » openjdk-7 » sun » io » [javadoc | source]
sun.io
public class: MalformedInputException [javadoc | source]
java.lang.Object
   java.lang.Throwable
      java.lang.Exception
         java.io.IOException
            java.io.CharConversionException
               sun.io.MalformedInputException

All Implemented Interfaces:
    Serializable

Deprecated! Replaced - by java.nio.charset . THIS API WILL BE REMOVED IN J2SE 1.6.

The input string or input byte array to a character conversion contains a malformed sequence of characters or bytes.
Constructor:
 public 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
Methods from java.lang.Throwable:
fillInStackTrace,   getCause,   getLocalizedMessage,   getMessage,   getStackTrace,   initCause,   printStackTrace,   printStackTrace,   printStackTrace,   setStackTrace,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait