Class IllegalBioPAXArgumentException

All Implemented Interfaces:
Serializable

public class IllegalBioPAXArgumentException extends IllegalArgumentException
This exception is thrown typically when BioPAX domain or cardinality restrictions are violated. It may also be thrown when a class or property lookup by name fails.
See Also:
  • Constructor Details

    • IllegalBioPAXArgumentException

      public IllegalBioPAXArgumentException()
    • IllegalBioPAXArgumentException

      public IllegalBioPAXArgumentException(Throwable cause)
    • IllegalBioPAXArgumentException

      public IllegalBioPAXArgumentException(String s)
    • IllegalBioPAXArgumentException

      public IllegalBioPAXArgumentException(String message, Throwable cause)