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,YAPIONConstructInstanceException,YAPIONDataLossException,YAPIONDeserializerException,YAPIONIOException,YAPIONPackageTypeException,YAPIONPacketException,YAPIONParserException,YAPIONPointerException,YAPIONRecursionException,YAPIONReflectionException,YAPIONSerializerException
public class YAPIONException extends java.lang.RuntimeException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description YAPIONException()YAPIONException(java.lang.String message)YAPIONException(java.lang.String message, java.lang.Throwable cause)protectedYAPIONException(java.lang.String message, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)YAPIONException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
YAPIONException
public YAPIONException()
-
YAPIONException
public YAPIONException(java.lang.String message)
-
YAPIONException
public YAPIONException(java.lang.String message, java.lang.Throwable cause)
-
YAPIONException
public YAPIONException(java.lang.Throwable cause)
-
YAPIONException
protected YAPIONException(java.lang.String message, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)
-
-