1 25 package org.ofbiz.workflow.definition; 26 27 34 public final class DefinitionParserException extends org.ofbiz.base.util.GeneralException { 35 36 public DefinitionParserException() { 37 super(); 38 } 39 40 public DefinitionParserException(String msg) { 41 super(msg); 42 } 43 44 public DefinitionParserException(String msg, Throwable nested) { 45 super(msg, nested); 46 } 47 } 48 | Popular Tags |