Class AddConstraintException
java.lang.Object
java.lang.Throwable
java.lang.Exception
dev.pfaff.altargui.improv.LayoutException
dev.pfaff.altargui.improv.AddConstraintException
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAddConstraintException
(@Nullable String comment, int index, Constraint constraint, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
comment
-
index
public final int index -
constraint
-
-
Constructor Details
-
AddConstraintException
public AddConstraintException(@Nullable @Nullable String comment, int index, Constraint constraint, Throwable cause)
-