Package hec.lang
Class ImportException
java.lang.Object
java.lang.Throwable
java.lang.Exception
hec.lang.ImportException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a new ImportException without a message.ImportException(String msg) Constructs a new ImportException withmsg. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ImportException
public ImportException()Constructs a new ImportException without a message. -
ImportException
Constructs a new ImportException withmsg.- Parameters:
msg- a detail message describing more precisely the exceptional condition
-