Class AgentParsingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
FAtiMA.Core.exceptions.AgentParsingException
All Implemented Interfaces:
Serializable

public class AgentParsingException extends Exception
See Also:
  • Constructor Details

    • AgentParsingException

      public AgentParsingException()
    • AgentParsingException

      public AgentParsingException(String msg)
      Construct an exception passing a message back
      Parameters:
      msg - message
    • AgentParsingException

      public AgentParsingException(String msg, Throwable ex)
      Parameters:
      msg - message
      ex - wrapped error/exception
    • AgentParsingException

      public AgentParsingException(Throwable ex)
      Parameters:
      ex - wrapped error/exception