com.github.nkzawa.utf8
Class UTF8Exception

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by com.github.nkzawa.utf8.UTF8Exception
All Implemented Interfaces:
Serializable

public class UTF8Exception
extends IOException

See Also:
Serialized Form

Field Summary
 String data
           
 
Constructor Summary
UTF8Exception()
           
UTF8Exception(String message)
           
UTF8Exception(String message, Throwable cause)
           
UTF8Exception(Throwable cause)
           
 
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
 

Field Detail

data

public String data
Constructor Detail

UTF8Exception

public UTF8Exception()

UTF8Exception

public UTF8Exception(String message)

UTF8Exception

public UTF8Exception(String message,
                     Throwable cause)

UTF8Exception

public UTF8Exception(Throwable cause)


Copyright © 2014. All rights reserved.