java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.jenetics.jpx.format.FormatterException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ParseException
This exception is thrown if formatting or parsing of a location object fails.
- Since:
- 1.4
- Version:
- 1.4
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFormatterException(String message) Create a new exception with the given detailmessage. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FormatterException
Create a new exception with the given detailmessage.- Parameters:
message- the detail message
-