public class UnimplementedMethodException extends RuntimeException
Constructor and Description |
---|
UnimplementedMethodException() |
UnimplementedMethodException(String inMessage) |
UnimplementedMethodException(String inMessage,
Throwable inException) |
UnimplementedMethodException(Throwable inException) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UnimplementedMethodException()
public UnimplementedMethodException(String inMessage)
public UnimplementedMethodException(String inMessage, Throwable inException)
public UnimplementedMethodException(Throwable inException)
jataylor@hairyfatguy.com