Class DocTypeNotFoundException

All Implemented Interfaces:
Serializable

public class DocTypeNotFoundException extends AdempiereException
Throw when desired document type was not found
Author:
Teo Sarca, www.arhipac.ro
See Also:
  • Constructor Details

    • DocTypeNotFoundException

      public DocTypeNotFoundException(String docBaseType, String additionalInfo)
      Parameters:
      docBaseType - Document Base Type (see MDocType.DOCBASETYPE_*)
      additionalInfo - optional if there is some additional info
  • Method Details

    • getDocBaseType

      public String getDocBaseType()
      Returns:
      Document Base Type
    • getMessage

      public String getMessage()
      Overrides:
      getMessage in class Throwable