Package yapion.exceptions
Class YAPIONException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- yapion.exceptions.YAPIONException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
JSONParserException,YAPIONArrayIndexOutOfBoundsException,YAPIONClassTypeException,YAPIONDataLossException,YAPIONDeserializerException,YAPIONIOException,YAPIONPacketException,YAPIONParserException,YAPIONPointerException,YAPIONRecursionException,YAPIONReflectionException,YAPIONReflectionInvocationException,YAPIONRetrieveException,YAPIONSerializerException
public class YAPIONException extends java.lang.RuntimeException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description YAPIONException()YAPIONException(java.lang.String message)YAPIONException(java.lang.String message, java.lang.Throwable cause)YAPIONException(java.lang.Throwable cause)
-