Package ai.picovoice.leopard
Class LeopardInvalidStateException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- ai.picovoice.leopard.LeopardException
-
- ai.picovoice.leopard.LeopardInvalidStateException
-
- All Implemented Interfaces:
java.io.Serializable
public class LeopardInvalidStateException extends LeopardException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LeopardInvalidStateException(java.lang.String message)LeopardInvalidStateException(java.lang.String message, java.lang.String[] messageStack)LeopardInvalidStateException(java.lang.Throwable cause)
-
Method Summary
-
Methods inherited from class ai.picovoice.leopard.LeopardException
getMessage, getMessageStack
-
-
-
-
Constructor Detail
-
LeopardInvalidStateException
public LeopardInvalidStateException(java.lang.Throwable cause)
-
LeopardInvalidStateException
public LeopardInvalidStateException(java.lang.String message)
-
LeopardInvalidStateException
public LeopardInvalidStateException(java.lang.String message, java.lang.String[] messageStack)
-
-