public class InvalidValueException extends RuntimeException
Constructor and Description |
---|
InvalidValueException() |
InvalidValueException(String message) |
InvalidValueException(String message,
Throwable cause) |
InvalidValueException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
InvalidValueException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InvalidValueException()
public InvalidValueException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
public InvalidValueException(String message)
public InvalidValueException(Throwable cause)
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.