com.dslplatform.json
Class ParsingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by com.dslplatform.json.ParsingException
All Implemented Interfaces:
Serializable

public class ParsingException
extends IOException

See Also:
Serialized Form

Method Summary
static ParsingException create(String reason, boolean withStackTrace)
           
static ParsingException create(String reason, Throwable cause, boolean withStackTrace)
           
 
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
 

Method Detail

create

public static ParsingException create(String reason,
                                      boolean withStackTrace)

create

public static ParsingException create(String reason,
                                      Throwable cause,
                                      boolean withStackTrace)


Copyright © 2019. All rights reserved.