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, getMessage
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ClassConstraintException()
public ClassConstraintException(String message)
Copyright © 2004–2019 The Apache Software Foundation. All rights reserved.