com.paypal.digraph.parser
Class GraphParserException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.paypal.digraph.parser.GraphParserException
All Implemented Interfaces:
Serializable

public class GraphParserException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
GraphParserException(String msg)
           
GraphParserException(String msg, Throwable t)
           
GraphParserException(Throwable t)
           
 
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

GraphParserException

public GraphParserException(String msg)

GraphParserException

public GraphParserException(Throwable t)

GraphParserException

public GraphParserException(String msg,
                            Throwable t)


Copyright © 2017. All rights reserved.