Package es.bsc.dataclay.exceptions
Class DataClayClassNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- es.bsc.dataclay.exceptions.DataClayClassNotFoundException
-
- All Implemented Interfaces:
Serializable
public class DataClayClassNotFoundException extends RuntimeException
This class represents the exceptions produced.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DataClayClassNotFoundException()
Empty constructor.DataClayClassNotFoundException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-