Class TokenizerException

java.lang.Object
java.lang.Throwable
java.lang.Exception
gov.nih.mipav.model.structures.TokenizerException
All Implemented Interfaces:
Serializable

public class TokenizerException extends Exception
Exception to indicate that a problem was encountered parsing a string.
Version:
1.0
Author:
Evan McCreedy
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      Use serialVersionUID for interoperability.
      See Also:
  • Constructor Details

    • TokenizerException

      public TokenizerException()
      Create a new exception.
    • TokenizerException

      public TokenizerException(String msg)
      Create a new exception with a specific message.
      Parameters:
      msg - the exception message