MissingAssetException

public class MissingAssetException extends RuntimeException

Class MissingAssetException. Provides missingassetexception functionality for the Hytale server.

java.lang.Object > RuntimeException > MissingAssetException

Field Summary

field

private String field

Field field.

assetId

private Object assetId

Field assetId.

validationResults

final ValidationResults validationResults

Field validationResults.

Method Detail

MissingAssetException

public public MissingAssetException (final String field, @Nonnull final Class assetType, final Object assetId)

Method MissingAssetException.

Parameters:
final String field
@Nonnull final Class assetType
final Object assetId

getField

public String getField ()

Method getField.

getAssetType

public JsonAsset> getAssetType ()

Method getAssetType.

getAssetId

public Object getAssetId ()

Method getAssetId.

handle

static void handle (@Nonnull final ExtraInfo extraInfo, final String field, @Nonnull final Class assetType, final Object assetId)

Method handle.

Parameters:
@Nonnull final ExtraInfo extraInfo
final String field
@Nonnull final Class assetType
final Object assetId