Package org.lemsml.jlems.core.sim
Class ParseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.lemsml.jlems.core.sim.LEMSException
-
- org.lemsml.jlems.core.sim.ParseException
-
- All Implemented Interfaces:
java.io.Serializable
public class ParseException extends LEMSException implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.lang.String
message
private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description ParseException(java.lang.String msg)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
message
java.lang.String message
-
-