Class ECWLoadException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.vividsolutions.jump.workbench.imagery.ecw.ECWLoadException
-
- All Implemented Interfaces:
Serializable
public class ECWLoadException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ECWLoadException(String message)
Constructs a ECWException object.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ECWLoadException
public ECWLoadException(String message)
Constructs a ECWException object.- Parameters:
message
- a description of the problem
-
-