Package uk.co.caprica.vlcj.binding
Class LibVlcOutOfDateException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- uk.co.caprica.vlcj.binding.LibVlcOutOfDateException
-
- All Implemented Interfaces:
Serializable
public class LibVlcOutOfDateException extends RuntimeException
Exception thrown when the detected run-time version of LibVLC is too old.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LibVlcOutOfDateException(Version requiredVersion, Version actualVersion)
Create an exception.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Version
getActualVersion()
Get the actual detected run-time version of LibVLC.Version
getRequiredVersion()
Get the required version of LibVLC.String
toString()
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-