List of usage examples for java.lang IllegalArgumentException subclass-usage
From source file com.offbynull.voip.kademlia.model.BackwardTimeException.java
/**
* Thrown to indicate that the time value passed in to is less than the last time value passed (meaning that an attempt was made to move
* backward in time).
* <p>
* Class is immutable.
* @author Kasra Faghihi
From source file com.torchmind.stockpile.server.error.InvalidProfileIdentifierException.java
/**
* <strong>Invalid Profile Identifier Exception</strong>
*
* Provides a utility exception which notifies the backing request handler about a bad profile identifier which has
* been passed along with the request.
*
From source file com.bstek.dorado.config.xml.XmlParseException.java
/**
* XML?
* <p>
* ?XML??
* </p>
* @author Benny Bao (mailto:benny.bao@bstek.com)
From source file de.jfachwert.pruefung.exception.LocalizedIllegalArgumentException.java
/**
* Die InvalidValueException ist eine Exception fuer ungueltige Werte.
*
* @author oboehm
* @since 0.2.0 (26.04.2017)
*/
From source file org.orekit.errors.OrekitIllegalArgumentException.java
/** Extension of {@link java.lang.IllegalArgumentException} with localized message. * @since 7.1 */ public class OrekitIllegalArgumentException extends IllegalArgumentException implements LocalizedException { /** Serializable UID. */
From source file org.gradle.internal.component.AmbiguousConfigurationSelectionException.java
public class AmbiguousConfigurationSelectionException extends IllegalArgumentException { private static final Function<ConfigurationMetadata, String> CONFIG_NAME = new Function<ConfigurationMetadata, String>() { @Override public String apply(ConfigurationMetadata input) { return input.getName(); }
From source file de.unentscheidbar.validation.swing.trigger.UnsupportedClassException.java
final class UnsupportedClassException extends IllegalArgumentException { private static final long serialVersionUID = Validation.VERSION; public UnsupportedClassException(Object instance) {