Class ParseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.openehealth.ipf.commons.core.modules.api.ParseException
All Implemented Interfaces:
Serializable

public class ParseException extends RuntimeException
Author:
Christian Ohr
See Also:
  • Constructor Details

    • ParseException

      public ParseException(String message, Throwable cause)
    • ParseException

      public ParseException(String message)
    • ParseException

      public ParseException(Throwable cause)