public class ClassConstraintException extends VerificationException
| Constructor and Description |
|---|
ClassConstraintException()
Constructs a new ClassConstraintException with null as its error message string.
|
ClassConstraintException(String message)
Constructs a new ClassConstraintException with the specified error message.
|
ClassConstraintException(String message,
Throwable initCause)
Constructs a new ClassConstraintException with the specified error message and cause
|
extendMessage, getMessageaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ClassConstraintException()
public ClassConstraintException(String message)
public ClassConstraintException(String message, Throwable initCause)
Copyright © 2004–2022 The Apache Software Foundation. All rights reserved.