Class InvalidConstraintException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
org.spongepowered.asm.util.throwables.InvalidConstraintException
- All Implemented Interfaces:
java.io.Serializable
public class InvalidConstraintException
extends java.lang.IllegalArgumentException
Exception thrown when a constraint declaration is invalid
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description InvalidConstraintException()InvalidConstraintException(java.lang.String s)InvalidConstraintException(java.lang.String message, java.lang.Throwable cause)InvalidConstraintException(java.lang.Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
InvalidConstraintException
public InvalidConstraintException() -
InvalidConstraintException
public InvalidConstraintException(java.lang.String s) -
InvalidConstraintException
public InvalidConstraintException(java.lang.Throwable cause) -
InvalidConstraintException
public InvalidConstraintException(java.lang.String message, java.lang.Throwable cause)
-