InvalidTemplateError$.java
716 Bytes
/*
* Decompiled with CFR 0_118.
*
* Could not load the following classes:
* scala.ScalaObject
* scala.runtime.Nothing
* scala.runtime.Nothing$
*/
package com.adobe.forms.service.impl;
import com.adobe.forms.service.LCFormsServiceException;
import scala.ScalaObject;
import scala.runtime.Nothing;
public final class InvalidTemplateError$
implements ScalaObject {
public static final InvalidTemplateError$ MODULE$;
public static {
new com.adobe.forms.service.impl.InvalidTemplateError$();
}
public Nothing. apply() {
throw new LCFormsServiceException("Template is not specified or invalid.");
}
private InvalidTemplateError$() {
MODULE$ = this;
}
}