@groovy.transform.CompileStatic class ScreenResourceNotFoundException extends java.lang.RuntimeException
Type | Name and description |
---|---|
java.util.List<java.lang.String> |
fullPathNameList |
ScreenDefinition |
lastSd |
java.lang.String |
pathFromLastScreen |
java.lang.String |
resourceLocation |
ScreenDefinition |
rootSd |
Constructor and description |
---|
ScreenResourceNotFoundException
(ScreenDefinition rootSd, java.util.List<java.lang.String> fullPathNameList, ScreenDefinition lastSd, java.lang.String pathFromLastScreen, java.lang.String resourceLocation, java.lang.Exception cause) |
Methods inherited from class | Name |
---|---|
class java.lang.RuntimeException |
java.lang.RuntimeException#printStackTrace(), java.lang.RuntimeException#printStackTrace(java.io.PrintWriter), java.lang.RuntimeException#printStackTrace(java.io.PrintStream), java.lang.RuntimeException#fillInStackTrace(), java.lang.RuntimeException#getCause(), java.lang.RuntimeException#initCause(java.lang.Throwable), java.lang.RuntimeException#toString(), java.lang.RuntimeException#getMessage(), java.lang.RuntimeException#getSuppressed(), java.lang.RuntimeException#getLocalizedMessage(), java.lang.RuntimeException#getStackTrace(), java.lang.RuntimeException#setStackTrace([Ljava.lang.StackTraceElement;), java.lang.RuntimeException#addSuppressed(java.lang.Throwable), java.lang.RuntimeException#wait(long), java.lang.RuntimeException#wait(long, int), java.lang.RuntimeException#wait(), java.lang.RuntimeException#equals(java.lang.Object), java.lang.RuntimeException#hashCode(), java.lang.RuntimeException#getClass(), java.lang.RuntimeException#notify(), java.lang.RuntimeException#notifyAll() |
Groovy Documentation