public class InvalidResourceException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
InvalidResourceException()
Empty constructor, used when the provided resource exists but no
mapper was able to read it.
|
InvalidResourceException(java.lang.String name)
Named constructor, used when the specified resource doesn't exist.
|
public InvalidResourceException()
public InvalidResourceException(java.lang.String name)
name - the resource name