Package gov.nih.mipav.model.structures
Class TokenizerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
gov.nih.mipav.model.structures.TokenizerException
- All Implemented Interfaces:
Serializable
Exception to indicate that a problem was encountered parsing a string.
- Version:
- 1.0
- Author:
- Evan McCreedy
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final longUse serialVersionUID for interoperability. -
Constructor Summary
ConstructorsConstructorDescriptionCreate a new exception.TokenizerException(String msg) Create a new exception with a specific message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDUse serialVersionUID for interoperability.- See Also:
-
-
Constructor Details
-
TokenizerException
public TokenizerException()Create a new exception. -
TokenizerException
Create a new exception with a specific message.- Parameters:
msg- the exception message
-