public class LoadingException extends Exception
Constructor and Description |
---|
LoadingException()
Create a new LoadingException instance.
|
LoadingException(String m)
Create a new LoadingException instance with a specified detail
message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public LoadingException()
public LoadingException(String m)
m
- The detail message.