org.jvnet.hk2.config
Class ValidationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jvnet.hk2.config.ValidationException
All Implemented Interfaces:
Serializable

public class ValidationException
extends Exception

Since:
hk2 0.3.10
Author:
केदार (km@dev.java.net)
See Also:
Serialized Form

Constructor Summary
ValidationException()
           
ValidationException(String msg)
           
ValidationException(Throwable e)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ValidationException

public ValidationException()

ValidationException

public ValidationException(String msg)

ValidationException

public ValidationException(Throwable e)


Copyright © 2013 Oracle Corporation. All Rights Reserved.