Package org.jvnet.hk2.config
Class ValidationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.glassfish.hk2.api.HK2Exception
-
- org.jvnet.hk2.config.ValidationException
-
- All Implemented Interfaces:
Serializable
public class ValidationException extends org.glassfish.hk2.api.HK2Exception- Since:
- hk2 0.3.10
- Author:
- केदार (km@dev.java.net)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ValidationException()ValidationException(String msg)ValidationException(Throwable e)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-