public class LoadingException
extends java.lang.Exception
| Constructor and Description |
|---|
LoadingException()
Create a new LoadingException instance.
|
LoadingException(java.lang.String m)
Create a new LoadingException instance with a specified detail
message.
|