org.kohsuke.youdebug
Class FailedAssignmentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.kohsuke.youdebug.FailedAssignmentException
- All Implemented Interfaces:
- Serializable
public class FailedAssignmentException
- extends RuntimeException
Indicates that the field assignment failed.
- Author:
- Kohsuke Kawaguchi
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
FailedAssignmentException
public FailedAssignmentException()
FailedAssignmentException
public FailedAssignmentException(String message)
FailedAssignmentException
public FailedAssignmentException(String message,
Throwable cause)
FailedAssignmentException
public FailedAssignmentException(Throwable cause)
Copyright © 2013. All rights reserved.