us.bpsm.edn
Class EdnException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- us.bpsm.edn.EdnException
-
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- EdnIOException, EdnSyntaxException
public class EdnException extends java.lang.RuntimeExceptionEdnException 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 (seeEdnSyntaxException), or an I/O error (seeEdnIOException).- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description EdnException()EdnException(java.lang.String msg)EdnException(java.lang.String msg, java.lang.Throwable cause)EdnException(java.lang.Throwable cause)
-
DMelt 3.0 © DataMelt by jWork.ORG