Documentation of 'us.bpsm.edn.EdnException' Java class
EdnException
us.bpsm.edn

Class EdnException

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    EdnIOException, EdnSyntaxException


    public class EdnException
    extends java.lang.RuntimeException
    EdnException is thrown when something goes wrong during the operation of edn-java. During parsing, this generally, the indicates some kind of syntax error in the input source (see EdnSyntaxException), or an I/O error (see EdnIOException).
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • EdnException

        public EdnException()
      • EdnException

        public EdnException(java.lang.String msg,
                            java.lang.Throwable cause)
      • EdnException

        public EdnException(java.lang.String msg)
      • EdnException

        public EdnException(java.lang.Throwable cause)

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.