All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.apache.inlong.sort.filesystem.shaded.software.amazon.ion.EmptySymbolException Maven / Gradle / Ivy

There is a newer version: 1.13.0
Show newest version
/*
 * Copyright (c) 2007-2013 Amazon.com, Inc.  All rights reserved.
 */

package software.amazon.ion;

/**
 * An error caused by a symbol not containing at least one character for
 * its text.
 */
public class EmptySymbolException
    extends IonException
{
    private static final long serialVersionUID = -7801632953459636349L;

    public EmptySymbolException()
    {
        super("Symbols must contain at least one character.");
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy