stella.exception
Class CannotMatchException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
stella.exception.CannotMatchException
- All Implemented Interfaces:
- Serializable
public class CannotMatchException
- extends RuntimeException
An exception signaling that a requested guiding frame is illegal.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CannotMatchException
public CannotMatchException()
- Constructs an empty CannotMatchException.
CannotMatchException
public CannotMatchException(String m)
- Constructs an CannotMatchException with the given error message.