public class

VARSException

extends RuntimeException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ vars.VARSException
Known Direct Subclasses

Summary

Public Constructors
VARSException()
VARSException(String s)
VARSException(String s, Throwable throwable)
VARSException(Throwable throwable)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public VARSException ()

public VARSException (String s)

public VARSException (String s, Throwable throwable)

public VARSException (Throwable throwable)