public class ResourceException
extends java.lang.Exception
ResourcePrototype with a program error.| Constructor and Description | 
|---|
| ResourceException(ResourcePrototype resource) | 
| ResourceException(ResourcePrototype resource,
                 java.lang.String msg) | 
| ResourceException(ResourcePrototype resource,
                 java.lang.String msg,
                 java.lang.Throwable t) | 
| Modifier and Type | Method and Description | 
|---|---|
| ResourcePrototype | getResource() | 
public ResourceException(ResourcePrototype resource)
public ResourceException(ResourcePrototype resource, java.lang.String msg)
public ResourceException(ResourcePrototype resource, java.lang.String msg, java.lang.Throwable t)
public ResourcePrototype getResource()